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