aicas logo Jamaica 3.4 release 8

java.rmi
Class RMISecurityException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.SecurityException
                  extended by java.rmi.RMISecurityException
All Implemented Interfaces:
Serializable

Deprecated. use SecurityException instead

public class RMISecurityException
extends SecurityException

Never thrown, but originally intended to wrap a SecurityException in the case of RMI.

Since:
1.1
See Also:
Serialized Form
Status:
updated to 1.4

Constructor Summary
RMISecurityException(String n)
          Deprecated. no longer needed
RMISecurityException(String n, String a)
          Deprecated. no longer needed
 
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

RMISecurityException

public RMISecurityException(String n)
Deprecated. no longer needed

Create an exception with a message.

Parameters:
n - the message

RMISecurityException

public RMISecurityException(String n,
                            String a)
Deprecated. no longer needed

Create an exception with a message and a cause.

Parameters:
n - the message
a - the cause (ignored)

aicas logo Jamaica 3.4 release 8

aicas GmbH, Karlsruhe - Germany    www.aicas.com
Copyright 2001-2009 aicas GmbH. All Rights Reserved.