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

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.ResourceUnavailableException
All Implemented Interfaces:
Serializable

public class ResourceUnavailableException
extends WSAgreementException

ResourceUnavailableException

Author:
Oliver Waeldrich
See Also:
Serialized Form

Constructor Summary
ResourceUnavailableException()
           
ResourceUnavailableException(String message)
           
ResourceUnavailableException(String message, Throwable cause)
           
ResourceUnavailableException(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

ResourceUnavailableException

public ResourceUnavailableException()

ResourceUnavailableException

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

ResourceUnavailableException

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

ResourceUnavailableException

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


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