org.ogf.graap.wsag.api.exceptions
Class AgreementCreationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ogf.graap.wsag.api.exceptions.WSAgreementException
              extended by org.ogf.graap.wsag.api.exceptions.AgreementFactoryException
                  extended by org.ogf.graap.wsag.api.exceptions.AgreementCreationException
All Implemented Interfaces:
Serializable

public class AgreementCreationException
extends AgreementFactoryException

AgreementCreationException

Author:
Oliver Waeldrich
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.ogf.graap.wsag.api.exceptions.AgreementFactoryException
LOCAL_EN
 
Fields inherited from class org.ogf.graap.wsag.api.exceptions.WSAgreementException
AGREEMENT_CONSTRAINT_VALIDATION_ERROR, AGREEMENT_CREATION_ERROR, AGREEMENT_FACTORY_ERROR, NEGOTIATION_ERROR, NEGOTIATION_INSTANTIATION_ERROR, NEGOTIATION_VALIDATION_ERROR, RESOURCE_UNAVAILABLE_ERROR, RESOURCE_UNKNOWN_ERROR
 
Constructor Summary
AgreementCreationException()
          default constructor
AgreementCreationException(String message)
          Constructs an exception with the given message.
 
Method Summary
 int getErrorCode()
          Returns a unique error code for the specific Exception;
 
Methods inherited from class org.ogf.graap.wsag.api.exceptions.AgreementFactoryException
getBaseFault
 
Methods inherited from class org.ogf.graap.wsag.api.exceptions.WSAgreementException
getErrorClass
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AgreementCreationException

public AgreementCreationException()
default constructor


AgreementCreationException

public AgreementCreationException(String message)
Constructs an exception with the given message.

Parameters:
message - the exception message
Method Detail

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.