public class ManagerRuntimeException extends RuntimeException
Manager module runtime exception.| Constructor and Description |
|---|
ManagerRuntimeException()
Default constructor.
|
ManagerRuntimeException(String message)
Public constructor.
|
ManagerRuntimeException(String message,
Throwable cause)
Public constructor.
|
ManagerRuntimeException(Throwable cause)
Public constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ManagerRuntimeException()
public ManagerRuntimeException(String message)
message - exception messagepublic ManagerRuntimeException(Throwable cause)
cause - exception causeCopyright © 2013–2019 BB Corp. All rights reserved.