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(String message) |
Constructor.
|
ICUCloneNotSupportedException(String message,
Throwable cause) |
Constructor.
|
ICUCloneNotSupportedException(Throwable cause) |
Constructor.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ICUCloneNotSupportedException()
public ICUCloneNotSupportedException(String message)
message - exception message stringpublic ICUCloneNotSupportedException(Throwable cause)
cause - original exception (normally a CloneNotSupportedException)public ICUCloneNotSupportedException(String message, Throwable cause)
message - exception message stringcause - original exception (normally a CloneNotSupportedException)Copyright © 2016 Unicode, Inc. and others.