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:
java.io.Serializable
- Direct Known Subclasses:
FDSNWSAuthorizationException
public class FDSNWSException extends SeisFileException
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description FDSNWSException()
FDSNWSException(java.lang.String message)
FDSNWSException(java.lang.String message, java.lang.Throwable cause)
FDSNWSException(java.lang.String message, java.lang.Throwable cause, java.net.URI targetURI)
FDSNWSException(java.lang.String message, java.net.URI targetURI)
FDSNWSException(java.lang.String message, java.net.URI targetURI, int httpResponseCode)
FDSNWSException(java.lang.Throwable cause)
FDSNWSException(java.lang.Throwable cause, java.net.URI targetURI)
-
Method Summary
Modifier and Type Method Description int
getHttpResponseCode()
java.net.URI
getTargetURI()
void
setTargetURI(java.net.URI uri)
java.lang.String
toString()
-
Constructor Details
-
FDSNWSException
public FDSNWSException() -
FDSNWSException
public FDSNWSException(java.lang.String message) -
FDSNWSException
public FDSNWSException(java.lang.Throwable cause) -
FDSNWSException
public FDSNWSException(java.lang.String message, java.lang.Throwable cause) -
FDSNWSException
public FDSNWSException(java.lang.String message, java.net.URI targetURI) -
FDSNWSException
public FDSNWSException(java.lang.String message, java.net.URI targetURI, int httpResponseCode) -
FDSNWSException
public FDSNWSException(java.lang.Throwable cause, java.net.URI targetURI) -
FDSNWSException
public FDSNWSException(java.lang.String message, java.lang.Throwable cause, java.net.URI targetURI)
-
-
Method Details
-
getTargetURI
public java.net.URI getTargetURI() -
setTargetURI
public void setTargetURI(java.net.URI uri) -
getHttpResponseCode
public int getHttpResponseCode() -
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Throwable
-