uk.ac.ncl.cs.instantsoap.wsapi
Class OperationUnavailableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by uk.ac.ncl.cs.instantsoap.wsapi.OperationUnavailableException
All Implemented Interfaces:
Serializable

public class OperationUnavailableException
extends Exception

This exception indicates that for some reason the service can not handle jobs submitted temporarily.

Author:
Cheng-Yang(Louis) Tang, Matthew Pocock
See Also:
Serialized Form

Constructor Summary
OperationUnavailableException()
           
OperationUnavailableException(String message)
           
OperationUnavailableException(String message, Throwable cause)
           
OperationUnavailableException(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

OperationUnavailableException

public OperationUnavailableException()

OperationUnavailableException

public OperationUnavailableException(String message)

OperationUnavailableException

public OperationUnavailableException(String message,
                                     Throwable cause)

OperationUnavailableException

public OperationUnavailableException(Throwable cause)


Copyright © 2006-2008. All Rights Reserved.