eu.unicore.hila.exceptions
Class HiLANotImplementedException

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.HiLANotImplementedException
All Implemented Interfaces:
Serializable

public class HiLANotImplementedException
extends HiLAException

This HiLAException should be thrown if an interface that is implemented by a class requires an implementation, but the feature has not yet been or cannot be implemented. For example, in the Grid API there could be implementations of the Site interface that cannot provide access to Storages.

Author:
bjoernh 09.07.2009 13:43:00
See Also:
Serialized Form

Constructor Summary
HiLANotImplementedException(String msg)
           
 
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

HiLANotImplementedException

public HiLANotImplementedException(String msg)
Parameters:
msg -


Copyright © 2010-2013 UNICORE. All Rights Reserved.