Package edu.sc.seis.seisFile.fdsnws
Class FDSNWSException
java.lang.Object
java.lang.Throwable
java.lang.Exception
edu.sc.seis.seisFile.SeisFileException
edu.sc.seis.seisFile.fdsnws.FDSNWSException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
FDSNWSAuthorizationException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFDSNWSException
(String message) FDSNWSException
(String message, Throwable cause) FDSNWSException
(String message, Throwable cause, URI targetURI) FDSNWSException
(String message, URI targetURI) FDSNWSException
(String message, URI targetURI, int httpResponseCode) FDSNWSException
(Throwable cause) FDSNWSException
(Throwable cause, URI targetURI) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
FDSNWSException
public FDSNWSException() -
FDSNWSException
-
FDSNWSException
-
FDSNWSException
-
FDSNWSException
-
FDSNWSException
-
FDSNWSException
-
FDSNWSException
-
-
Method Details