net.sf.jcopist.service.exception
Class UnavailableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sf.jcopist.service.exception.UnavailableException
All Implemented Interfaces:
java.io.Serializable

public class UnavailableException
extends java.lang.Exception

This exception indicates that the required service is not available, either because the server is shutting down or because this service has been de-activated in the configuration.

See Also:
Serialized Form

Constructor Summary
UnavailableException(java.lang.String _message)
           
 
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

UnavailableException

public UnavailableException(java.lang.String _message)
See Also:
Exception.Exception(java.lang.String)


Copyright © 2007. All Rights Reserved.