com.hp.hpl.jena.grddl
Class GRDDLSecurityException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.hp.hpl.jena.shared.JenaException
                  extended by com.hp.hpl.jena.grddl.GRDDLSecurityException
All Implemented Interfaces:
java.io.Serializable

public class GRDDLSecurityException
extends com.hp.hpl.jena.shared.JenaException

GRDDLSecurityException is thrown when a potentially malicious operation is attempted. It is advised to treat this exception with specific code, and to alert a human user to the potential attack.

Author:
Jeremy J. Carroll
See Also:
Serialized Form

Constructor Summary
GRDDLSecurityException(java.lang.Exception e)
           
GRDDLSecurityException(java.lang.String string)
           
 
Method Summary
 
Methods inherited from class com.hp.hpl.jena.shared.JenaException
getCause, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GRDDLSecurityException

public GRDDLSecurityException(java.lang.Exception e)

GRDDLSecurityException

public GRDDLSecurityException(java.lang.String string)