RMI Proxy 1.2

com.rmiproxy
Class FirewallException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--java.rmi.RemoteException
                          |
                          +--com.rmiproxy.FirewallException
All Implemented Interfaces:
java.io.Serializable

public class FirewallException
extends java.rmi.RemoteException

General firewall exception class.

See Also:
Serialized Form

Fields inherited from class java.rmi.RemoteException
detail
 
Constructor Summary
FirewallException()
          Construct a FirewallException
FirewallException(java.lang.String msg)
          Construct a FirewallException with the specified message.
FirewallException(java.lang.String msg, java.lang.Exception detail)
          Construct a FirewallException with the specified message.
 
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
 

Constructor Detail

FirewallException

public FirewallException()
Construct a FirewallException

FirewallException

public FirewallException(java.lang.String msg)
Construct a FirewallException with the specified message.
Parameters:
msg - Message

FirewallException

public FirewallException(java.lang.String msg,
                         java.lang.Exception detail)
Construct a FirewallException with the specified message.
Parameters:
msg - Message
detail - Nested exception

www.rmiproxy.com

Copyright © 2000, 2003 Telekinesis Pty Ltd, Box 82/85 Grattan St, Carlton 3053, Victoria, Australia. All rights reserved.