org.hippoecm.hst.content.beans
Class ObjectBeanManagerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.hippoecm.hst.content.beans.ObjectBeanManagerException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ObjectBeanPersistenceException

public class ObjectBeanManagerException
extends Exception

The ObjectBeanManagerException class defines a general exception that an object content manager can throw when it is unable to perform its operation successfully.

See Also:
Serialized Form

Constructor Summary
ObjectBeanManagerException()
          Constructs a new ObjectBeanManagerException exception.
ObjectBeanManagerException(String message)
          Constructs a new ObjectBeanManagerException exception with the given message.
ObjectBeanManagerException(String msg, Throwable nested)
          Constructs a new ObjectBeanManagerException exception when the container needs to do the following: throw an exception include the "nested" exception include a description message
ObjectBeanManagerException(Throwable nested)
          Constructs a new ObjectBeanManagerException exception with the nested 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ObjectBeanManagerException

public ObjectBeanManagerException()
Constructs a new ObjectBeanManagerException exception.


ObjectBeanManagerException

public ObjectBeanManagerException(String message)
Constructs a new ObjectBeanManagerException exception with the given message.

Parameters:
message - the exception message

ObjectBeanManagerException

public ObjectBeanManagerException(Throwable nested)
Constructs a new ObjectBeanManagerException exception with the nested exception.

Parameters:
nested - the nested exception

ObjectBeanManagerException

public ObjectBeanManagerException(String msg,
                                  Throwable nested)
Constructs a new ObjectBeanManagerException exception when the container needs to do the following:

Parameters:
msg - the exception message
nested - the nested exception


Copyright © 2008-2012 Hippo. All Rights Reserved.