Package org.tanukisoftware.wrapper
Class WrapperServiceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.tanukisoftware.wrapper.WrapperServiceException
-
- All Implemented Interfaces:
java.io.Serializable
public class WrapperServiceException extends java.lang.Exception
WrapperServiceExceptions are thrown when the Wrapper is unable to obtain information on a requested service.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getErrorCode()
Returns the error code.java.lang.String
toString()
Return string representation of the Exception.
-