public class FDSNWSException extends SeisFileException
Constructor and 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) |
Modifier and Type | Method and Description |
---|---|
int |
getHttpResponseCode() |
java.net.URI |
getTargetURI() |
void |
setTargetURI(java.net.URI uri) |
java.lang.String |
toString() |
public FDSNWSException()
public FDSNWSException(java.lang.String message)
public FDSNWSException(java.lang.Throwable cause)
public FDSNWSException(java.lang.String message, java.lang.Throwable cause)
public FDSNWSException(java.lang.String message, java.net.URI targetURI)
public FDSNWSException(java.lang.String message, java.net.URI targetURI, int httpResponseCode)
public FDSNWSException(java.lang.Throwable cause, java.net.URI targetURI)
public FDSNWSException(java.lang.String message, java.lang.Throwable cause, java.net.URI targetURI)