com.intrinsyc.janet
Class RemoteException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.intrinsyc.janet.RemoteException
All Implemented Interfaces:
java.io.Serializable

public class RemoteException
extends java.lang.Exception

General exception raised by all remote invocations/activations. The exception may indicate either a local problem, or an Exception message raised by the remote server.

© 2007 Intrinsyc Software International, Inc. All rights reserved.

Version:
1.4
See Also:
Serialized Form

Constructor Summary
RemoteException(java.lang.String message)
          Constructor RemoteException
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RemoteException

public RemoteException(java.lang.String message)
Constructor RemoteException

Parameters:
message - A more detailed description of the Exception cause.