org.ogf.graap.wsag.api.exceptions
Class CreationConstraintsViolationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.ogf.graap.wsag.api.exceptions.WSAgreementException
org.ogf.graap.wsag.api.exceptions.AgreementFactoryException
org.ogf.graap.wsag.api.exceptions.CreationConstraintsViolationException
- All Implemented Interfaces:
- Serializable
public class CreationConstraintsViolationException
- extends AgreementFactoryException
CreationConstraintsViolationException
- Author:
- Oliver Waeldrich
- See Also:
- Serialized Form
Method Summary |
int |
getErrorCode()
Returns a unique error code for the specific Exception; |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CreationConstraintsViolationException
public CreationConstraintsViolationException()
- default constructor
CreationConstraintsViolationException
public CreationConstraintsViolationException(String message)
- Constructs an exception with the given message.
- Parameters:
message
- the exception message
getErrorCode
public int getErrorCode()
- Description copied from class:
WSAgreementException
- Returns a unique error code for the specific Exception;
- Overrides:
getErrorCode
in class AgreementFactoryException
- Returns:
- the exception specific error code
Copyright © 2008-2012. All Rights Reserved.