Class RegistrationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.kiwiproject.registry.exception.RegistrationException
All Implemented Interfaces:
Serializable

public class RegistrationException extends RuntimeException
Exception used to indicate a failure to register with the service registry.
See Also:
  • Constructor Details

    • RegistrationException

      public RegistrationException()
    • RegistrationException

      public RegistrationException(String message)
    • RegistrationException

      public RegistrationException(String message, Throwable cause)
    • RegistrationException

      public RegistrationException(Throwable cause)