Top Description Fields Constructors
java.lang.invoke

public Class StringConcatException

extends Exception
Class Inheritance

StringConcatException is thrown by StringConcatFactory when linkage invariants are violated.
Since
9

Field Summary

Modifier and TypeField and Description
private static final long

Constructor Summary

AccessConstructor and Description
public
StringConcatException(String
exception message
msg
)

Constructs an exception with a message

public
StringConcatException(String
exception message
msg
,
Throwable
throwable cause
cause
)

Constructs an exception with a message and a linked throwable

Field Detail

serialVersionUIDback to summary
private static final long serialVersionUID

Hides java.lang.Exception.serialVersionUID.

Annotations
@Serial

Constructor Detail

StringConcatExceptionback to summary
public StringConcatException(String msg)

Constructs an exception with a message

Parameters
msg:String

exception message

StringConcatExceptionback to summary
public StringConcatException(String msg, Throwable cause)

Constructs an exception with a message and a linked throwable

Parameters
msg:String

exception message

cause:Throwable

throwable cause