org.exolab.jms.net.uri
Class InvalidURIException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by java.rmi.RemoteException
                  extended by org.exolab.jms.net.uri.InvalidURIException
All Implemented Interfaces:
java.io.Serializable

public class InvalidURIException
extends java.rmi.RemoteException

Exception indicating an invalid URI.

Version:
$Revision: 1.2 $ $Date: 2005/04/26 13:16:31 $
Author:
Tim Anderson
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.rmi.RemoteException
detail
 
Constructor Summary
protected InvalidURIException()
          Construct a new InvalidURIException with no detail nor nested exception.
  InvalidURIException(java.lang.String detail)
          Construct a new InvalidURIException with a detail message.
  InvalidURIException(java.lang.String detail, java.lang.Throwable nested)
          Construct a new InvalidURIException with a detail message and nested exception.
 
Method Summary
 
Methods inherited from class java.rmi.RemoteException
getCause, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, 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

InvalidURIException

protected InvalidURIException()
Construct a new InvalidURIException with no detail nor nested exception.


InvalidURIException

public InvalidURIException(java.lang.String detail)
Construct a new InvalidURIException with a detail message.

Parameters:
detail - the detail message

InvalidURIException

public InvalidURIException(java.lang.String detail,
                           java.lang.Throwable nested)
Construct a new InvalidURIException with a detail message and nested exception.

Parameters:
detail - the detail message
nested - the root cause


Copyright © 1999-2012 The OpenJMS Group. All Rights Reserved.