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