|
JTR 5.0 API Documentation | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jtr.config.RegistrationFailedException
public class RegistrationFailedException
This exception is thrown whenever a RegisteredFactory
instance
fails to register a new factory class.
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 |
---|
public RegistrationFailedException()
public RegistrationFailedException(java.lang.String message)
message
- The message associated with the exception.public RegistrationFailedException(java.lang.String message, java.lang.Throwable root)
message
- Stringroot
- Throwable
|
The JTR Project is licensed under GPL version 2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |