public class ObserverException extends RuntimeException
Constructor and Description |
---|
ObserverException()
Creates new exception.
|
ObserverException(String message)
Creates new exception with message.
|
ObserverException(String message,
Throwable cause)
Creates new exception with given message and cause.
|
ObserverException(Throwable cause)
Creates new exception with cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ObserverException()
public ObserverException(String message)
message
- exception messagepublic ObserverException(Throwable cause)
cause
- exception causeCopyright © 2021. All rights reserved.