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()  

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • 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 class java.lang.Throwable