JTR 5.0 API Documentation

jtr.config
Class RegistrationFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by jtr.config.RegistrationFailedException
All Implemented Interfaces:
java.io.Serializable

public class RegistrationFailedException
extends java.lang.RuntimeException

This exception is thrown whenever a RegisteredFactory instance fails to register a new factory class.

Since:
1.0
Version:
5.0
Author:
Francesco Russo (frusso@dev.java.net)
See Also:
Serialized Form

Constructor Summary
RegistrationFailedException()
          Constructs a RegistrationFailedException without a message.
RegistrationFailedException(java.lang.String message)
          Constructs a RegistrationFailedException with a detailed message.
RegistrationFailedException(java.lang.String message, java.lang.Throwable root)
          Constructs a RegistrationFailedException with a detailed message and a root 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

RegistrationFailedException

public RegistrationFailedException()
Constructs a RegistrationFailedException without a message.


RegistrationFailedException

public RegistrationFailedException(java.lang.String message)
Constructs a RegistrationFailedException with a detailed message.

Parameters:
message - The message associated with the exception.

RegistrationFailedException

public RegistrationFailedException(java.lang.String message,
                                   java.lang.Throwable root)
Constructs a RegistrationFailedException with a detailed message and a root cause.

Parameters:
message - String
root - Throwable

The JTR Project is licensed under GPL version 2