Class WrapperServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.tanukisoftware.wrapper.WrapperServiceException
- All Implemented Interfaces:
Serializable
WrapperServiceExceptions are thrown when the Wrapper is unable to obtain
information on a requested service.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionintReturns the error code.toString()Return string representation of the Exception.Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Method Details
-
getErrorCode
public int getErrorCode()Returns the error code.- Returns:
- The error code.
-
toString
-