Package es.caib.seycon.ng.exception
Class NeedsAccountNameException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- es.caib.seycon.ng.exception.NeedsAccountNameException
-
- All Implemented Interfaces:
Serializable
public class NeedsAccountNameException extends Exception
Exception NeedsAccountNameException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NeedsAccountNameException()
The 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 Detail
-
NeedsAccountNameException
public NeedsAccountNameException()
The default constructor.
-
NeedsAccountNameException
public NeedsAccountNameException(Throwable throwable)
Constructs a new instance of NeedsAccountNameException- Parameters:
throwable
- the parent Throwable
-
NeedsAccountNameException
public NeedsAccountNameException(String message)
Constructs a new instance of NeedsAccountNameException- Parameters:
message
- the throwable message.
-
-