com.ibm.j2ca.base.exceptions
Class BeanUtilException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.ibm.j2ca.base.exceptions.BeanUtilException
All Implemented Interfaces:
java.io.Serializable

public class BeanUtilException
extends java.lang.Exception

Exception thrown specifically by the BeanUtil utility class

See Also:
Serialized Form

Constructor Summary
BeanUtilException(java.lang.String message, 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

BeanUtilException

public BeanUtilException(java.lang.String message,
                         java.lang.Throwable cause)