org.ogf.graap.wsag.api.exceptions
Class WSAgreementException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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 messagecause
- the exception cause
WSAgreementException
public WSAgreementException(Throwable cause)
- Parameters:
cause
- the exception cause
Copyright © 2008-2012 Fraunhofer Institute SCAI. All Rights Reserved.