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

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ogf.graap.wsag.api.exceptions.WSAgreementException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AgreementFactoryException, ResourceUnavailableException, ResourceUnknownException

public class WSAgreementException
extends Exception

AgreementException

Author:
Oliver Waeldrich
See Also:
Serialized Form

Constructor Summary
WSAgreementException()
          default constructor
WSAgreementException(String message)
           
WSAgreementException(String message, Throwable cause)
           
WSAgreementException(Throwable cause)
           
 
Method Summary
 
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

WSAgreementException

public WSAgreementException()
default constructor


WSAgreementException

public WSAgreementException(String message)
Parameters:
message - the exception message

WSAgreementException

public WSAgreementException(String message,
                            Throwable cause)
Parameters:
message - the exception message
cause - the exception cause

WSAgreementException

public WSAgreementException(Throwable cause)
Parameters:
cause - the exception cause


Copyright © 2008-2012 Fraunhofer Institute SCAI. All Rights Reserved.