JBoss Wise API

org.jboss.wise.core.exception
Class ResourceNotAvailableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jboss.wise.core.exception.ResourceNotAvailableException
All Implemented Interfaces:
java.io.Serializable

public class ResourceNotAvailableException
extends java.lang.Exception

Exception to be thrown when a give resource is not found/available.

Since:
07-May-2009
Author:
alessio.soldano@jboss.com
See Also:
Serialized Form

Constructor Summary
ResourceNotAvailableException(java.lang.String message)
           
ResourceNotAvailableException(java.lang.String message, java.lang.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

ResourceNotAvailableException

public ResourceNotAvailableException(java.lang.String message,
                                     java.lang.Throwable cause)

ResourceNotAvailableException

public ResourceNotAvailableException(java.lang.String message)

JBoss Wise API

Copyright © 2008-2009 Jboss.org. All Rights Reserved.