Class SaWsException

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static long serialVersionUID
      The Constant serialVersionUID.
    • Constructor Summary

      Constructors 
      Constructor Description
      SaWsException()
      Instantiates a new sa ws exception.
      SaWsException​(java.lang.String message)
      Instantiates a new sa ws exception.
      SaWsException​(java.lang.String message, java.lang.Throwable cause)
      Instantiates a new sa ws exception.
      SaWsException​(java.lang.Throwable cause)
      Instantiates a new sa ws exception.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • serialVersionUID

        protected static final long serialVersionUID
        The Constant serialVersionUID.
        See Also:
        Constant Field Values
    • Constructor Detail

      • SaWsException

        public SaWsException()
        Instantiates a new sa ws exception.
      • SaWsException

        public SaWsException​(java.lang.String message)
        Instantiates a new sa ws exception.
        Parameters:
        message - the message
      • SaWsException

        public SaWsException​(java.lang.Throwable cause)
        Instantiates a new sa ws exception.
        Parameters:
        cause - the cause
      • SaWsException

        public SaWsException​(java.lang.String message,
                             java.lang.Throwable cause)
        Instantiates a new sa ws exception.
        Parameters:
        message - the message
        cause - the cause