public class SystemException extends RuntimeException
| Constructor and Description |
|---|
SystemException()
Constructs a SystemException with no specified detail message.
|
SystemException(String message)
Constructs a SystemException with the specified detail message.
|
SystemException(String message,
Throwable cause)
Constructs a SystemException with the specified detail message.
|
SystemException(Throwable cause)
Constructs a SystemException with the specified Throwable.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SystemException()
public SystemException(Throwable cause)
cause - the causepublic SystemException(String message)
message - the detail messagecause - the causeCopyright © 2013–2017 Europeana Cloud Development Team. All rights reserved.