uk.ac.ncl.cs.instantsoap.servicedp
Class IllegalInvocationStateException

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

public class IllegalInvocationStateException
extends Exception

An invocation has been made for a resource that is not in an appropriate state for the invocation.

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

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

IllegalInvocationStateException

public IllegalInvocationStateException()

IllegalInvocationStateException

public IllegalInvocationStateException(String message)

IllegalInvocationStateException

public IllegalInvocationStateException(String message,
                                       Throwable cause)

IllegalInvocationStateException

public IllegalInvocationStateException(Throwable cause)


Copyright © 2006-2008. All Rights Reserved.