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