org.norther.tammi.core.base
Class AdaptationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.norther.tammi.core.base.AdaptationException
All Implemented Interfaces:
Serializable

public class AdaptationException
extends Exception

Thrown when object adaptation fails.

Version:
$Id: AdaptationException.java,v 1.3 2009/09/28 15:08:42 cvsimp Exp $
Author:
Ilkka Priha
See Also:
Serialized Form

Constructor Summary
AdaptationException(String msg)
          Constructs a new exception with a message.
AdaptationException(String msg, Throwable cause)
          Constructs a new exception with a message and cause.
AdaptationException(Throwable cause)
          Constructs a new exception with a 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

AdaptationException

public AdaptationException(String msg)
Constructs a new exception with a message.

Parameters:
msg - the message.

AdaptationException

public AdaptationException(Throwable cause)
Constructs a new exception with a cause.

Parameters:
cause - the cause.

AdaptationException

public AdaptationException(String msg,
                           Throwable cause)
Constructs a new exception with a message and cause.

Parameters:
msg - the message.
cause - the cause.


Copyright © 2004 The Norther Organization. All rights reserved.