package exceptions
- Alphabetic
- Public
- Protected
Type Members
- final case class JsonConversionException(message: String) extends RuntimeException with NoStackTrace with Product with Serializable
Custom exception thrown when a failure occurs while converting JSON data
Custom exception thrown when a failure occurs while converting JSON data
- message
Reason/explanation of why the exception occurred
- final case class SSLContextCreationException(message: String, cause: Throwable) extends Exception with Product with Serializable
Custom exception thrown when a failure occurs while trying to create an SSL Context from user's environment data
Custom exception thrown when a failure occurs while trying to create an SSL Context from user's environment data
- message
Reason/explanation of why the exception occurred
- cause
Nested exception that caused the SSL Context creation to fail
- final case class UnexpectedWebSocketFrameException(message: String) extends RuntimeException with Product with Serializable
Custom exception thrown when a failure occurs because certain information was expected via WebSockets but other arrived instead
Custom exception thrown when a failure occurs because certain information was expected via WebSockets but other arrived instead
- message
Reason/explanation of why the exception occurred
- final class WikibaseServiceException extends RuntimeException with NoStackTrace
Custom exception thrown when a failure occurs while operating on Wikibase data
Value Members
- object SSLContextCreationException extends Serializable
- object UnexpectedWebSocketFrameException extends Serializable