org.huihoo.jfox.ejb.exception
Class InvalidParentException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.huihoo.jfox.ejb.exception.WrapperException
                    |
                    +--org.huihoo.jfox.ejb.exception.InvalidParentException
All Implemented Interfaces:
java.io.Serializable

public class InvalidParentException
extends WrapperException

Version:
$0.9.0$
Author:
tai_1219@sina.com
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.huihoo.jfox.ejb.exception.WrapperException
mTarget
 
Constructor Summary
InvalidParentException(java.lang.String pMessage, java.lang.Throwable pThrowable)
           
 
Methods inherited from class org.huihoo.jfox.ejb.exception.WrapperException
getTargetException
 
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

InvalidParentException

public InvalidParentException(java.lang.String pMessage,
                              java.lang.Throwable pThrowable)
Parameters:
pMessage -
pThrowable -