Class RegistrationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
commonnetwork.networking.exceptions.RegistrationException
All Implemented Interfaces:
Serializable

public class RegistrationException extends RuntimeException
See Also:
  • Constructor Details

    • RegistrationException

      public RegistrationException()
    • RegistrationException

      public RegistrationException(String message)
    • RegistrationException

      public RegistrationException(String message, Throwable cause)
    • RegistrationException

      public RegistrationException(Throwable cause)
    • RegistrationException

      public RegistrationException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)