gov.sns.tools.services
Class RemoteMessageException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--gov.sns.tools.services.RemoteMessageException
All Implemented Interfaces:
java.io.Serializable

public class RemoteMessageException
extends java.lang.RuntimeException

RemoteMessageException wraps the lower level exeptions thrown during exectution of a remote message.

See Also:
Serialized Form

Constructor Summary
RemoteMessageException(java.lang.Throwable cause)
           
 
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

RemoteMessageException

public RemoteMessageException(java.lang.Throwable cause)