org.exolab.jms.net.connector
Class SecurityException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.exolab.jms.net.connector.ResourceException
|
+--org.exolab.jms.net.connector.SecurityException
- All Implemented Interfaces:
- java.io.Serializable
- public class SecurityException
- extends ResourceException
A SecurityException is thrown for any case where a security
restriction prevents a method from completing.
- Version:
- $Revision: 1.1 $ $Date: 2005/05/24 05:59:52 $
- Author:
- Tim Anderson
- See Also:
- Serialized Form
|
Constructor Summary |
SecurityException()
Construct a new SecurityException. |
SecurityException(java.lang.String detail)
Construct a new SecurityException with no target exception. |
SecurityException(java.lang.String detail,
java.lang.Throwable target)
Construct a new SecurityException with a detail message and
target exception. |
SecurityException(java.lang.Throwable target)
Construct a new SecurityException with a target exception. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SecurityException
public SecurityException()
- Construct a new
SecurityException.
SecurityException
public SecurityException(java.lang.String detail)
- Construct a new
SecurityException with no target exception.
- Parameters:
detail - the detail message
SecurityException
public SecurityException(java.lang.Throwable target)
- Construct a new
SecurityException with a target exception.
- Parameters:
target - the target exception
SecurityException
public SecurityException(java.lang.String detail,
java.lang.Throwable target)
- Construct a new
SecurityException with a detail message and
target exception.
- Parameters:
detail - the detail messagetarget - the target exception
Copyright © 1999-2007 The OpenJMS Group. All Rights Reserved.