Package pl.edu.icm.unity.exceptions
Class IllegalFormContentsException.OccupiedIdentityUsedInRequest
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- pl.edu.icm.unity.exceptions.EngineException
-
- pl.edu.icm.unity.exceptions.WrongArgumentException
-
- pl.edu.icm.unity.exceptions.IllegalFormContentsException
-
- pl.edu.icm.unity.exceptions.IllegalFormContentsException.OccupiedIdentityUsedInRequest
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- IllegalFormContentsException
public static class IllegalFormContentsException.OccupiedIdentityUsedInRequest extends IllegalFormContentsException
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class pl.edu.icm.unity.exceptions.IllegalFormContentsException
IllegalFormContentsException.Category, IllegalFormContentsException.OccupiedIdentityUsedInRequest
-
-
Field Summary
Fields Modifier and Type Field Description IdentityParam
occupiedIdentity
-
Constructor Summary
Constructors Constructor Description OccupiedIdentityUsedInRequest(IdentityParam occupiedIdentity, int position)
-
Method Summary
-
Methods inherited from class pl.edu.icm.unity.exceptions.IllegalFormContentsException
getCategory, getPosition
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
occupiedIdentity
public final IdentityParam occupiedIdentity
-
-
Constructor Detail
-
OccupiedIdentityUsedInRequest
public OccupiedIdentityUsedInRequest(IdentityParam occupiedIdentity, int position)
-
-