org.almendra.commons.util.exception
Class AlreadyRegisteredException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.almendra.commons.util.exception.AlreadyRegisteredException
All Implemented Interfaces:
java.io.Serializable

public class AlreadyRegisteredException
extends java.lang.Exception

Thrown when an object is registered in a registry with a name with which an object is registered already.

Author:
Oliver Plohmann
See Also:
Serialized Form

Constructor Summary
AlreadyRegisteredException()
          Creates a new AlreadyRegisteredException object.
AlreadyRegisteredException(java.lang.String message)
          Creates a new AlreadyRegisteredException object.
AlreadyRegisteredException(java.lang.String message, java.lang.Throwable cause)
          Creates a new AlreadyRegisteredException object.
AlreadyRegisteredException(java.lang.Throwable cause)
          Creates a new AlreadyRegisteredException object.
 
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

AlreadyRegisteredException

public AlreadyRegisteredException(java.lang.String message)
Creates a new AlreadyRegisteredException object.

Parameters:
message -

AlreadyRegisteredException

public AlreadyRegisteredException(java.lang.String message,
                                  java.lang.Throwable cause)
Creates a new AlreadyRegisteredException object.

Parameters:
message -
cause -

AlreadyRegisteredException

public AlreadyRegisteredException(java.lang.Throwable cause)
Creates a new AlreadyRegisteredException object.

Parameters:
cause -

AlreadyRegisteredException

public AlreadyRegisteredException()
Creates a new AlreadyRegisteredException object.