Package org.jreleaser.sdk.mastodon
Class MastodonException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.jreleaser.sdk.mastodon.MastodonException
-
- All Implemented Interfaces:
java.io.Serializable
public class MastodonException extends java.lang.Exception- Since:
- 0.4.0
- Author:
- Andres Almiray
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MastodonException(java.lang.String message)MastodonException(java.lang.String message, java.lang.Throwable cause)MastodonException(java.lang.Throwable cause)
-