com.basistech.util
Class BeanConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.basistech.util.BeanConfigurationException
All Implemented Interfaces:
Serializable

public class BeanConfigurationException
extends RuntimeException

This exception is thrown when a Basis is configured in Spring (or some similiar environment) but a required property is not set.

See Also:
Serialized Form

Constructor Summary
BeanConfigurationException()
          Default constructor.
BeanConfigurationException(String message)
          Exception with an error message.
BeanConfigurationException(String message, Throwable cause)
          Exception with an error message and an underlying other exception.
BeanConfigurationException(Throwable cause)
          Exception wrapping another exception.
 
Method Summary
 
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

BeanConfigurationException

public BeanConfigurationException()
Default constructor.


BeanConfigurationException

public BeanConfigurationException(String message)
Exception with an error message.

Parameters:
message - the message.

BeanConfigurationException

public BeanConfigurationException(Throwable cause)
Exception wrapping another exception.

Parameters:
cause - the other exception.

BeanConfigurationException

public BeanConfigurationException(String message,
                                  Throwable cause)
Exception with an error message and an underlying other exception.

Parameters:
message - the message.
cause - the other exception.


Copyright © 2004-2008 Basis Technology Corporation. All Rights Reserved.