org.exolab.jms.net.uri
Class InvalidURIException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.io.IOException
|
+--java.rmi.RemoteException
|
+--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
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. |
Methods inherited from class java.rmi.RemoteException |
getMessage, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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 messagenested
- the root cause
Copyright © 1999-2007 The OpenJMS Group. All Rights Reserved.