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

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

public class UnknownUuidException
extends Exception

The UUID is not known.

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

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

UnknownUuidException

public UnknownUuidException()

UnknownUuidException

public UnknownUuidException(String message)

UnknownUuidException

public UnknownUuidException(String message,
                            Throwable cause)

UnknownUuidException

public UnknownUuidException(Throwable cause)


Copyright © 2006-2008. All Rights Reserved.