org.osoa.sca
Class ServiceUnavailableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.osoa.sca.ServiceRuntimeException
                  extended by org.osoa.sca.ServiceUnavailableException
All Implemented Interfaces:
java.io.Serializable

public class ServiceUnavailableException
extends ServiceRuntimeException

This exception signals problems in the interaction with remote services. This extends ServiceRuntimeException. These are exceptions that may be transient, so retrying is appropriate. Any exception that is a ServiceRuntimeException that is not a ServiceUnavailableException is unlikely to be resolved by retrying the operation, since it most likely requires human intervention

See Also:
Serialized Form

Constructor Summary
ServiceUnavailableException()
           
ServiceUnavailableException(java.lang.String arg0)
           
ServiceUnavailableException(java.lang.String arg0, java.lang.Throwable arg1)
           
ServiceUnavailableException(java.lang.Throwable arg0)
           
 
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

ServiceUnavailableException

public ServiceUnavailableException()

ServiceUnavailableException

public ServiceUnavailableException(java.lang.String arg0,
                                   java.lang.Throwable arg1)
Parameters:
arg0 -
arg1 -

ServiceUnavailableException

public ServiceUnavailableException(java.lang.String arg0)
Parameters:
arg0 -

ServiceUnavailableException

public ServiceUnavailableException(java.lang.Throwable arg0)
Parameters:
arg0 -


Copyright © 2009. All Rights Reserved.