org.ogf.graap.wsag.api.exceptions
Class ResourceUnknownException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.ogf.graap.wsag.api.exceptions.WSAgreementException
org.ogf.graap.wsag.api.exceptions.ResourceUnknownException
- All Implemented Interfaces:
- Serializable
public class ResourceUnknownException
- extends WSAgreementException
ResourceUnknownException
- 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 |
ResourceUnknownException
public ResourceUnknownException()
- default constructor
ResourceUnknownException
public ResourceUnknownException(String message)
- Parameters:
message
- the exception message
ResourceUnknownException
public ResourceUnknownException(String message,
Throwable cause)
- Parameters:
message
- the exception messagecause
- the exception cause
ResourceUnknownException
public ResourceUnknownException(Throwable cause)
- Parameters:
cause
- the exception cause
Copyright © 2008-2012 Fraunhofer Institute SCAI. All Rights Reserved.