Package com.soffid.iam.doc.exception
Class NASException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.soffid.iam.doc.exception.NASException
- All Implemented Interfaces:
Serializable
Exception NASException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionThe default constructor.NASException(String message) Constructs a new instance of NASExceptionNASException(String message, Throwable throwable) Constructs a new instance of NASExceptionNASException(Throwable throwable) Constructs a new instance of NASException -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NASException
public NASException()The default constructor. -
NASException
Constructs a new instance of NASException- Parameters:
throwable- the parent Throwable
-
NASException
Constructs a new instance of NASException- Parameters:
message- the throwable message.
-
NASException
Constructs a new instance of NASException- Parameters:
message- the throwable message.throwable- the parent of this Throwable.
-