jlite
Class GridAPIException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by jlite.GridAPIException
All Implemented Interfaces:
java.io.Serializable

public class GridAPIException
extends java.lang.Exception

A default exception for all errors thrown by jLite API.
All underlying exceptions from Globus/gLite APIs are wrapped in GridAPIException.

Author:
Oleg Sukhoroslov
See Also:
Serialized Form

Constructor Summary
GridAPIException(java.lang.String message)
           
GridAPIException(java.lang.Throwable throwable)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GridAPIException

public GridAPIException(java.lang.String message)

GridAPIException

public GridAPIException(java.lang.Throwable throwable)