org.kuali.rice.kew.api.exception
Class ResourceUnavailableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.kuali.rice.kew.api.exception.WorkflowException
              extended by org.kuali.rice.kew.api.exception.ResourceUnavailableException
All Implemented Interfaces:
Serializable

public class ResourceUnavailableException
extends WorkflowException

Thrown when a resource is not available.

Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
Serialized Form

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

ResourceUnavailableException

public ResourceUnavailableException(String message,
                                    Throwable throwable)

ResourceUnavailableException

public ResourceUnavailableException(Throwable throwable)


Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.