org.norther.tammi.core.base
Class ConstructionException

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

public class ConstructionException
extends Exception

Thrown when object construction fails.

Author:
Ilkka Priha
See Also:
Serialized Form

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

ConstructionException

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

Parameters:
msg - the message.

ConstructionException

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

Parameters:
cause - the cause.

ConstructionException

public ConstructionException(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.