|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--de.flexiprovider.api.exceptions.RegistrationException
Exception used to indicate registration errors (used by the
Registry class). Since this exception
is thrown during static initialization, it extends RuntimeException.
| Constructor Summary | |
RegistrationException()
Default constructor. |
|
RegistrationException(java.lang.String s)
Constructor. |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public RegistrationException()
public RegistrationException(java.lang.String s)
s - the error message
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||