Class RegistrationException

  • All Implemented Interfaces:
    java.io.Serializable

    
    public class RegistrationException
    extends IOException
                        

    Error thrown by an unsuccessful registration request.

    This is the parent class of more specific errors encountered as the result of sending a registration request. It is also used for errors that don't require specialized client handling or that aren't recognized error types.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RegistrationException

        RegistrationException(String message)
    • Method Detail