Class FDSNWSException

    • 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

      All Methods Instance Methods Concrete Methods 
      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 Detail

      • 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 Detail

      • 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