org.tanukisoftware.wrapper
Class WrapperServiceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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:
Leif Mortenson
See Also:
Serialized Form

Method Summary
 int getErrorCode()
          Returns the error code.
 String toString()
          Return string representation of the Exception.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getErrorCode

public int getErrorCode()
Returns the error code.

Returns:
The error code.

toString

public String toString()
Return string representation of the Exception.

Overrides:
toString in class Throwable
Returns:
String representation of the Exception.


Copyright 1999, 2010 Tanuki Software Inc., All Rights Reserved.