Class NonContactableUserException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.axemble.vdoc.sdk.system.mail.exceptions.NonContactableUserException
All Implemented Interfaces:
Serializable

public class NonContactableUserException extends Exception
See Also:
  • Constructor Details

    • NonContactableUserException

      public NonContactableUserException()
    • NonContactableUserException

      public NonContactableUserException(String message)
    • NonContactableUserException

      public NonContactableUserException(String message, Throwable cause)
    • NonContactableUserException

      public NonContactableUserException(Throwable cause)
    • NonContactableUserException

      protected NonContactableUserException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)