Package org.jini.rio.resources.resource
Class ResourceUnavailableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jini.rio.resources.resource.ResourceUnavailableException
- All Implemented Interfaces:
Serializable
Exception to indicate that there are no available resources that became available during the
specified wait time.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a ResourceUnavailableException with no detail message.Constructs a ResourceUnavailableException with the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ResourceUnavailableException
public ResourceUnavailableException()Constructs a ResourceUnavailableException with no detail message. A detail message is a String that describes this particular exception. -
ResourceUnavailableException
Constructs a ResourceUnavailableException with the specified detail message. A detail message is a String that describes this particular exception.- Parameters:
s- the detail message
-