public class WCSException extends Exception
Constructor and Description |
---|
WCSException() |
WCSException(String message)
Creates a new WCS Exception
|
WCSException(String message,
Throwable cause)
Creates a new WCS Exception
|
WCSException(Throwable cause)
Creates a new WCSException
|
Modifier and Type | Method and Description |
---|---|
String |
getWCSMessage() |
void |
setWCSMessage(String mes) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public WCSException()
public WCSException(String message)
message
- public WCSException(String message, Throwable cause)
message
- cause
- public WCSException(Throwable cause)
cause
-