org.jwarp.common
Class NotAvailableException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.jwarp.common.NotAvailableException
All Implemented Interfaces:
java.io.Serializable

public class NotAvailableException
extends java.lang.Exception

Exception signalling that a element or resource is temporarely unavailable. This is different from the NotFoundException signalling that a resource is not existent at all.

Version:
1.0
Author:
Anatole Tresch
See Also:
Serialized Form

Constructor Summary
NotAvailableException()
          Creates a new exception
NotAvailableException(java.lang.String reason)
          Creates a new exception
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NotAvailableException

public NotAvailableException()
Creates a new exception

NotAvailableException

public NotAvailableException(java.lang.String reason)
Creates a new exception
Parameters:
message - The message

©   O R C A   S y s t e m s