org.gcube.common.core.informationsystem
Class ISException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.gcube.common.core.informationsystem.ISException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ISClient.ISMalformedQueryException, ISClient.ISMalformedResultException, ISClient.ISUnsupportedQueryException, ISNotifierException, ISPublisherException

public class ISException
extends Exception

Generic exception raised by the ISClient.

Author:
Andrea Manzi (CNR), Fabio Simeoni (University of Strathclyde)
See Also:
Serialized Form

Constructor Summary
ISException()
           
ISException(Exception e)
           
ISException(String string)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ISException

public ISException()

ISException

public ISException(String string)

ISException

public ISException(Exception e)


Copyright © 2012. All Rights Reserved.