Package io.anyline2.legacy
Class AnylineException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- io.anyline2.legacy.AnylineException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
ArgumentException
public class AnylineException extends java.lang.Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AnylineException(int errorCode, java.lang.String reason)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
errorCode()
java.lang.String
getMessage()
java.lang.String
reason()
-