Package thredds.server.wcs.v1_0_0_1
Class WcsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
thredds.server.wcs.v1_0_0_1.WcsException
- All Implemented Interfaces:
Serializable
Represents a WCS 1.0.0 Exception and includes the code, locator, and
textMessages used in an OWS Exception Report.
- Since:
- 4.0
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionWcsException(String message) WcsException(String message, Throwable cause) WcsException(Throwable cause) WcsException(WcsException.Code code, String locator, String message) WcsException(WcsException.Code code, String locator, List<String> messages) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
WcsException
public WcsException() -
WcsException
-
WcsException
-
WcsException
-
WcsException
-
WcsException
-
-
Method Details
-
getCode
-
getLocator
-
getTextMessages
-