org.jomc
Class ObjectManagementException

Package class diagram package ObjectManagementException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jomc.ObjectManagementException
All Implemented Interfaces:
Serializable

@Generated(value="org.jomc.tools.JavaSources",
           comments="See http://jomc.sourceforge.net/jomc/1.0-alpha-11/jomc-tools")
public class ObjectManagementException
extends RuntimeException

Gets thrown whenever an unexpected error condition is detected.

Version:
$Id: ObjectManagementException.java 1102 2009-12-07 03:01:58Z schulte2005 $
Author:
Christian Schulte 1.0
See Also:
Serialized Form

Constructor Summary
ObjectManagementException()
          Creates a new ObjectManagementException instance.
ObjectManagementException(String msg)
          Creates a new ObjectManagementException taking a message describing the exception.
ObjectManagementException(String msg, Throwable t)
          Creates a new ObjectManagementException taking a message describing the exception and a causing exception.
ObjectManagementException(Throwable t)
          Creates a new ObjectManagementException taking a causing 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

ObjectManagementException

public ObjectManagementException(String msg)
Creates a new ObjectManagementException taking a message describing the exception.

Parameters:
msg - The message describing the exception.

ObjectManagementException

public ObjectManagementException(Throwable t)
Creates a new ObjectManagementException taking a causing exception.

Parameters:
t - The cause of the exception.

ObjectManagementException

public ObjectManagementException(String msg,
                                 Throwable t)
Creates a new ObjectManagementException taking a message describing the exception and a causing exception.

Parameters:
msg - The message describing the exception.
t - The cause of the exception.

ObjectManagementException

@Generated(value="org.jomc.tools.JavaSources",
           comments="See http://jomc.sourceforge.net/jomc/1.0-alpha-11/jomc-tools")
public ObjectManagementException()
Creates a new ObjectManagementException instance.



Copyright © 2005-2009 The JOMC Project. All Rights Reserved.