Serialized Form
-
Package io.adamantic.quicknote.exceptions
-
Exception io.adamantic.quicknote.exceptions.BusinessException
class BusinessException extends Exception implements Serializable-
Serialized Fields
-
code
ExceptionCode code
The exception code - useful for M2M communication.
-
-
-
Exception io.adamantic.quicknote.exceptions.ChannelNotFound
class ChannelNotFound extends BusinessException implements Serializable-
Serialized Fields
-
name
String name
The name of the channel that was not found.
-
-
-
Exception io.adamantic.quicknote.exceptions.ConfigException
class ConfigException extends SystemException implements Serializable -
Exception io.adamantic.quicknote.exceptions.NotImplemented
class NotImplemented extends SystemException implements Serializable-
Serialized Fields
-
name
String name
The name of the feature that is not implemented.
-
-
-
Exception io.adamantic.quicknote.exceptions.SystemException
class SystemException extends RuntimeException implements Serializable-
Serialized Fields
-
code
ExceptionCode code
The exception code - useful for M2M communication.
-
-
-
Exception io.adamantic.quicknote.exceptions.TimeToLiveExpired
class TimeToLiveExpired extends SystemException implements Serializable-
Serialized Fields
-
expiredMessage
Message expiredMessage
The expired message.
-
-
-