Package net.ideahut.springboot.exception
Class ResultException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.ideahut.springboot.exception.ResultException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
ResultException
public ResultException(net.ideahut.springboot.object.Result result)
-
-
Method Details
-
getResult
public net.ideahut.springboot.object.Result getResult() -
getMessage
- Overrides:
getMessagein classThrowable
-
toString
-