com.sun.mdm.index.outbound
Class OutBoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.sun.mdm.index.master.EViewException
              extended bycom.sun.mdm.index.master.ProcessingException
                  extended bycom.sun.mdm.index.outbound.OutBoundException
All Implemented Interfaces:
java.io.Serializable

public class OutBoundException
extends ProcessingException

exception from outbound package

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
OutBoundException()
          Creates new OutBoundException
OutBoundException(java.lang.String msg)
          Constructor
OutBoundException(java.lang.String msg, java.lang.Throwable t)
          Constructor
OutBoundException(java.lang.Throwable t)
          Constructor
 
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

OutBoundException

public OutBoundException()
Creates new OutBoundException


OutBoundException

public OutBoundException(java.lang.String msg)
Constructor

Parameters:
msg - Error message

OutBoundException

public OutBoundException(java.lang.String msg,
                         java.lang.Throwable t)
Constructor

Parameters:
msg - Error message
t - Chained exception

OutBoundException

public OutBoundException(java.lang.Throwable t)
Constructor

Parameters:
t - Chained exception


Sun Microsystems, Inc.