org.ujac.util
Class BeanException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.ujac.util.UjacException
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
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.