public class UIDetachedException extends RuntimeException
| Constructor and Description |
|---|
UIDetachedException()
Creates an instance of the exception.
|
UIDetachedException(String message)
Creates an instance of the exception using the given message.
|
UIDetachedException(String message,
Throwable cause)
Creates an instance of the exception using the given message and cause.
|
UIDetachedException(Throwable cause)
Creates an instance of the exception using the given cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UIDetachedException()
public UIDetachedException(String message, Throwable cause)
message - the message to usecause - the cause of the exceptionpublic UIDetachedException(String message)
message - the message to usepublic UIDetachedException(Throwable cause)
cause - the cause of the exceptionCopyright © 2021. All rights reserved.