Package org.signal.libsignal.net
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.
-
-
Field Summary
Fields Modifier and Type Field Description public Throwablecausepublic Array<StackTraceElement>stackTrace
-
Constructor Summary
Constructors Constructor Description RegistrationException(String message)
-
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)
-
-
-
-