public class ICUInputTooLongException extends ICUException
Constructor and Description |
---|
ICUInputTooLongException()
Default constructor.
|
ICUInputTooLongException(String message)
Constructor.
|
ICUInputTooLongException(String message,
Throwable cause)
Constructor.
|
ICUInputTooLongException(Throwable cause)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ICUInputTooLongException()
public ICUInputTooLongException(String message)
message
- exception message stringpublic ICUInputTooLongException(Throwable cause)
cause
- original exceptionCopyright © 2016 Unicode, Inc. and others.