Package pl.edu.icm.unity.exceptions
Class IllegalIdentityValueException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- pl.edu.icm.unity.exceptions.EngineException
-
- pl.edu.icm.unity.exceptions.IllegalIdentityValueException
-
- All Implemented Interfaces:
Serializable
public class IllegalIdentityValueException extends EngineException
Thrown when identity value is invalid.- Author:
- K. Benedyczak
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IllegalIdentityValueException(String msg)
IllegalIdentityValueException(String msg, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-