AMETAS.data
Class ProtectionViolationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjava.lang.SecurityException
                  extended byAMETAS.data.ProtectionViolationException
All Implemented Interfaces:
java.io.Serializable

public class ProtectionViolationException
extends java.lang.SecurityException

Wird ausgelöst, wenn ein Objekt, das AMETASProtectable implementiert, verändert wird, nachdem es mit protect() geschützt wurde.

See Also:
Serialized Form

Constructor Summary
ProtectionViolationException()
           
 
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

ProtectionViolationException

public ProtectionViolationException()