java.io.Serializablepublic class ICUCloneNotSupportedException extends ICUException
CloneNotSupportedException.
Some ICU APIs do not throw the standard exception but instead wrap it
into this unchecked version.| Constructor | Description |
|---|---|
ICUCloneNotSupportedException() |
Default constructor.
|
ICUCloneNotSupportedException(java.lang.String message) |
Constructor.
|
ICUCloneNotSupportedException(java.lang.String message,
java.lang.Throwable cause) |
Constructor.
|
ICUCloneNotSupportedException(java.lang.Throwable cause) |
Constructor.
|
public ICUCloneNotSupportedException()
public ICUCloneNotSupportedException(java.lang.String message)
message - exception message stringpublic ICUCloneNotSupportedException(java.lang.Throwable cause)
cause - original exception (normally a CloneNotSupportedException)public ICUCloneNotSupportedException(java.lang.String message,
java.lang.Throwable cause)
message - exception message stringcause - original exception (normally a CloneNotSupportedException)Copyright ? 2016 Unicode, Inc. and others.