de.fzj.unicore.wsrflite.exceptions
Class PropertyAccessViolationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.fzj.unicore.wsrflite.exceptions.PropertyAccessViolationException
All Implemented Interfaces:
java.io.Serializable

public class PropertyAccessViolationException
extends java.lang.Exception

Is thrown in case of an external attempt to change remotely inaccessible Kernel properties.

See Also:
Serialized Form

Constructor Summary
PropertyAccessViolationException(java.lang.String key)
           
 
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

PropertyAccessViolationException

public PropertyAccessViolationException(java.lang.String key)


Copyright © 2010. All Rights Reserved.