uk.ac.ncl.cs.instantsoap.t1
Class MissingInstantSoapException

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

public class MissingInstantSoapException
extends Exception

Exception to indicate that the InstantSoap installation is missing, or otherwise inaccessible.

Author:
Matthew Pocock
See Also:
Serialized Form

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

MissingInstantSoapException

public MissingInstantSoapException()

MissingInstantSoapException

public MissingInstantSoapException(String message)

MissingInstantSoapException

public MissingInstantSoapException(String message,
                                   Throwable cause)

MissingInstantSoapException

public MissingInstantSoapException(Throwable cause)


Copyright © 2006-2008. All Rights Reserved.