eu.unicore.hila.exceptions
Class HiLANotSupportedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by eu.unicore.hila.exceptions.HiLAException
              extended by eu.unicore.hila.exceptions.HiLANotSupportedException
All Implemented Interfaces:
Serializable

public class HiLANotSupportedException
extends HiLAException

This HiLAException should be thrown if an implementation does support the requested method, but the remote side does not, i.e. the Grid middleware is generally able to do what is requested, but not the particular remote resource.

Since:
2.2
Author:
bjoernh 17.01.2011 14:17:41
See Also:
Serialized Form

Constructor Summary
HiLANotSupportedException()
           
HiLANotSupportedException(String _msg)
           
HiLANotSupportedException(String _msg, Throwable _cause)
           
 
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

HiLANotSupportedException

public HiLANotSupportedException(String _msg)
Parameters:
string -

HiLANotSupportedException

public HiLANotSupportedException(String _msg,
                                 Throwable _cause)

HiLANotSupportedException

public HiLANotSupportedException()


Copyright © 2010-2013 UNICORE. All Rights Reserved.