Class ICUCloneNotSupportedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.graalvm.shadowed.com.ibm.icu.util.ICUException
org.graalvm.shadowed.com.ibm.icu.util.ICUCloneNotSupportedException
- All Implemented Interfaces:
Serializable
Unchecked version of
CloneNotSupportedException.
Some ICU APIs do not throw the standard exception but instead wrap it
into this unchecked version.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.ICUCloneNotSupportedException(String message) Constructor.ICUCloneNotSupportedException(String message, Throwable cause) Constructor.Constructor. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ICUCloneNotSupportedException
public ICUCloneNotSupportedException()Default constructor. -
ICUCloneNotSupportedException
Constructor.- Parameters:
message- exception message string
-
ICUCloneNotSupportedException
Constructor.- Parameters:
cause- original exception (normally aCloneNotSupportedException)
-
ICUCloneNotSupportedException
Constructor.- Parameters:
message- exception message stringcause- original exception (normally aCloneNotSupportedException)
-