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
public class DuplicatedClassException extends Exception
Exception DuplicatedClassException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DuplicatedClassException()
The 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 Detail
-
DuplicatedClassException
public DuplicatedClassException()
The default constructor.
-
DuplicatedClassException
public DuplicatedClassException(Throwable throwable)
Constructs a new instance of DuplicatedClassException- Parameters:
throwable
- the parent Throwable
-
DuplicatedClassException
public DuplicatedClassException(String message)
Constructs a new instance of DuplicatedClassException- Parameters:
message
- the throwable message.
-
-