org.equanda.persistence
Class EquandaOperationNotAllowed
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.equanda.client.EquandaException
org.equanda.persistence.EquandaPersistenceException
org.equanda.persistence.EquandaConstraintViolation
org.equanda.persistence.EquandaOperationNotAllowed
- All Implemented Interfaces:
- Serializable
public class EquandaOperationNotAllowed
- extends EquandaConstraintViolation
Exception indicating an operation which is not allowed. Typically because the type of object is not specific enough.
- Author:
- Joachim Van der Auwera
- See Also:
- Serialized Form
DEFAULT_MESSAGE
public static String DEFAULT_MESSAGE
EquandaOperationNotAllowed
public EquandaOperationNotAllowed()
EquandaOperationNotAllowed
public EquandaOperationNotAllowed(Exception ex)
EquandaOperationNotAllowed
public EquandaOperationNotAllowed(int exceptionCode,
Exception ex,
String... parameters)
EquandaOperationNotAllowed
public EquandaOperationNotAllowed(int exceptionCode,
Exception ex)
EquandaOperationNotAllowed
public EquandaOperationNotAllowed(int exceptionCode,
String... parameters)
EquandaOperationNotAllowed
public EquandaOperationNotAllowed(int exceptionCode)
Copyright © 2007-2009. All Rights Reserved.