de.flexiprovider.api.exceptions
Class RegistrationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--de.flexiprovider.api.exceptions.RegistrationException
All Implemented Interfaces:
java.io.Serializable

public class RegistrationException
extends java.lang.RuntimeException

Exception used to indicate registration errors (used by the Registry class). Since this exception is thrown during static initialization, it extends RuntimeException.

Author:
Martin Döring
See Also:
Serialized Form

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
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RegistrationException

public RegistrationException()
Default constructor.

RegistrationException

public RegistrationException(java.lang.String s)
Constructor.
Parameters:
s - the error message