Package fr.becpg.common
Class BeCPGException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
fr.becpg.common.BeCPGException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
UserAlreadyExistsException
beCPG Exception.
- Version:
- $Id: $Id
- Author:
- querephi
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final longgenerated serial number -
Constructor Summary
ConstructorsConstructorDescriptionConstructor for BeCPGException.BeCPGException(String message) Instantiates a new beCPG exception.BeCPGException(String message, Throwable cause) Constructor for BeCPGException.BeCPGException(Throwable cause) Constructor for BeCPGException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDgenerated serial number- See Also:
-
-
Constructor Details
-
BeCPGException
Instantiates a new beCPG exception.- Parameters:
message- the message
-
BeCPGException
public BeCPGException()Constructor for BeCPGException.
-
BeCPGException
Constructor for BeCPGException.
-
BeCPGException
Constructor for BeCPGException.
- Parameters:
cause- aThrowableobject.
-