Class NASException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.soffid.iam.doc.exception.NASException
All Implemented Interfaces:
Serializable

public class NASException extends Exception
Exception NASException
See Also:
  • Constructor Details

    • NASException

      public NASException()
      The default constructor.
    • NASException

      public NASException(Throwable throwable)
      Constructs a new instance of NASException
      Parameters:
      throwable - the parent Throwable
    • NASException

      public NASException(String message)
      Constructs a new instance of NASException
      Parameters:
      message - the throwable message.
    • NASException

      public NASException(String message, Throwable throwable)
      Constructs a new instance of NASException
      Parameters:
      message - the throwable message.
      throwable - the parent of this Throwable.