gov.sns.xal.smf.proxy
Class ProxyException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--gov.sns.xal.smf.proxy.ProxyException
All Implemented Interfaces:
java.io.Serializable

public class ProxyException
extends java.lang.Exception

Encapsulates various exceptions encountered by the proxy subsystem, simplifies handling exceptions for subsystem clients.

See Also:
Serialized Form

Constructor Summary
protected ProxyException(java.lang.String msg)
           
 
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

ProxyException

protected ProxyException(java.lang.String msg)