org.norther.tammi.core.base
Class RegistrationException

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

public class RegistrationException
extends Exception

Thrown when object registration fails.

Author:
Ilkka Priha
See Also:
Serialized Form

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

RegistrationException

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

Parameters:
msg - the message.

RegistrationException

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

Parameters:
cause - the cause.

RegistrationException

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