Class SaWsException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.saperion.ws.wrapper.exception.SaWsException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SaWsAuthenticationException, SaWsDBException, SaWsLockException, SaWsRepositoryException, SaWsWorkflowException

public class SaWsException extends Exception
The Class SaWsException.
See Also:
  • Field Details

    • serialVersionUID

      protected static final long serialVersionUID
      The Constant serialVersionUID.
      See Also:
  • Constructor Details

    • SaWsException

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

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

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

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