KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > rmi > RMISecurityException

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
See Also:
Source Code, @Deprecated

@Deprecated
public RMISecurityException(String name)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


@Deprecated
public RMISecurityException(String name,
                                       String arg)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags