Package pl.edu.icm.unity.exceptions
Class UnknownIdentityException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalArgumentException
-
- pl.edu.icm.unity.exceptions.UnknownIdentityException
-
- All Implemented Interfaces:
Serializable
public class UnknownIdentityException extends IllegalArgumentException
Thrown when identity value is invalid. Runtime- Author:
- K. Benedyczak
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnknownIdentityException(String msg)
UnknownIdentityException(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
-
-