Package es.caib.seycon.ng.exception
Class AccountAlreadyExistsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- es.caib.seycon.ng.exception.AccountAlreadyExistsException
-
- All Implemented Interfaces:
Serializable
public class AccountAlreadyExistsException extends Exception
Exception AccountAlreadyExistsException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AccountAlreadyExistsException()
The default constructor.AccountAlreadyExistsException(String message)
Constructs a new instance of AccountAlreadyExistsExceptionAccountAlreadyExistsException(String message, Throwable throwable)
Constructs a new instance of AccountAlreadyExistsExceptionAccountAlreadyExistsException(Throwable throwable)
Constructs a new instance of AccountAlreadyExistsException
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
AccountAlreadyExistsException
public AccountAlreadyExistsException()
The default constructor.
-
AccountAlreadyExistsException
public AccountAlreadyExistsException(Throwable throwable)
Constructs a new instance of AccountAlreadyExistsException- Parameters:
throwable
- the parent Throwable
-
AccountAlreadyExistsException
public AccountAlreadyExistsException(String message)
Constructs a new instance of AccountAlreadyExistsException- Parameters:
message
- the throwable message.
-
-