Class DialogCreationFailedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ProtocolException
-
- DialogCreationFailedException
-
- All Implemented Interfaces:
Serializable
public class DialogCreationFailedException extends ProtocolException
Exception thrown when a dialog could not be created due to an internal error e.g. ratelimiting or SLEE failure.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DialogCreationFailedException()
DialogCreationFailedException(String msg)
DialogCreationFailedException(String msg, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-