org.ujac.util
Class BeanException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ujac.util.UjacException
              extended by org.ujac.util.BeanException
All Implemented Interfaces:
Serializable

public class BeanException
extends UjacException

Name: BeanException
Description: A class for bean related exceptions.

Author:
lauerc
See Also:
Serialized Form

Constructor Summary
BeanException()
          Creates an instance with no specific arguments.
BeanException(String msg)
          Creates an instance with specific arguments.
BeanException(String msg, Throwable cause)
          Constructs a BeanException instance with no specific arguments.
 
Method Summary
 
Methods inherited from class org.ujac.util.UjacException
getOriginalCause, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BeanException

public BeanException()
Creates an instance with no specific arguments.


BeanException

public BeanException(String msg)
Creates an instance with specific arguments.

Parameters:
msg - The error message.

BeanException

public BeanException(String msg,
                     Throwable cause)
Constructs a BeanException instance with no specific arguments.

Parameters:
msg - The error message.
cause - The cause of the error.


Copyright © 2003-2004 UJAC.org. All Rights Reserved.