Package org.tanukisoftware.wrapper
Class WrapperServiceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.tanukisoftware.wrapper.WrapperServiceException
-
- All Implemented Interfaces:
Serializable
public class WrapperServiceException extends Exception
WrapperServiceExceptions are thrown when the Wrapper is unable to obtain information on a requested service.- Author:
- Tanuki Software Development Team <support@tanukisoftware.com>
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getErrorCode()
Returns the error code.String
toString()
Return string representation of the Exception.-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-