org.jdtaus.core.container
Class ImplementationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjava.lang.IllegalStateException
                  extended byorg.jdtaus.core.container.ImplementationException
All Implemented Interfaces:
Serializable

public class ImplementationException
extends IllegalStateException

Gets thrown when an implementation fails to operate.

Version:
$Id: ImplementationException.java 1914 2007-03-01 02:20:44Z schulte2005 $
Author:
Christian Schulte
See Also:
Serialized Form

Constructor Summary
ImplementationException(Implementation implementation, String msg)
          Creates a new instance of taking a message.
ImplementationException(Implementation implementation, Throwable cause)
          Creates a new instance of taking a causing .
 
Method Summary
 Implementation getImplementation()
          Gets the failing implementation.
 
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

ImplementationException

public ImplementationException(Implementation implementation,
                               String msg)
Creates a new instance of taking a message.

Parameters:
implementation - the failing implementation.
msg - the message describing the error.

ImplementationException

public ImplementationException(Implementation implementation,
                               Throwable cause)
Creates a new instance of taking a causing .

Parameters:
implementation - the failing implementation.
cause - the causing throwable.
Method Detail

getImplementation

public Implementation getImplementation()
Gets the failing implementation.

Returns:
the failing implementation or .


Copyright © 2005-2007 jDTAUS. All Rights Reserved.