ch.elca.el4j.util.objectwrapper
Class ObjectWrapperRTException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by ch.elca.el4j.util.objectwrapper.ObjectWrapperRTException
All Implemented Interfaces:
Serializable

public class ObjectWrapperRTException
extends RuntimeException

Base class for all exceptions thrown if an wrapped operation fails because the underlying object does not have the required capabilities.

Author:
David Bernhard (DBD)
See Also:
Serialized Form
File-location:
ObjectWrapperRTException
Last check-in date:
2010-01-08 13:32:17 +0100 (Fr, 08. Jan 2010) by jonasha for revision 4083

Constructor Summary
ObjectWrapperRTException()
          Empty constructor.
ObjectWrapperRTException(String message)
          Constructor taking message.
ObjectWrapperRTException(String message, Throwable cause)
           
ObjectWrapperRTException(Throwable cause)
          Constructor with cause.
 
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

ObjectWrapperRTException

public ObjectWrapperRTException()
Empty constructor.


ObjectWrapperRTException

public ObjectWrapperRTException(String message)
Constructor taking message.

Parameters:
message - The message.

ObjectWrapperRTException

public ObjectWrapperRTException(Throwable cause)
Constructor with cause.

Parameters:
cause - The cause.

ObjectWrapperRTException

public ObjectWrapperRTException(String message,
                                Throwable cause)
Parameters:
message - The message.
cause - the cause.


Copyright © 2005-2011 ELCA. All Rights Reserved.