com.xml_project.morganaxproc.security
Class XProcSecurityException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.xml_project.morganaxproc.security.XProcSecurityException
All Implemented Interfaces:
Serializable

public class XProcSecurityException
extends Exception

An Exception of this class is raised, when a XProc pipeline attempts to access a resource that is not allowed by the currently used security manager.

See Also:
Serialized Form

Constructor Summary
XProcSecurityException(String msg)
          Creates a new instance with the given message.
 
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

XProcSecurityException

public XProcSecurityException(String msg)
Creates a new instance with the given message.

Parameters:
msg - the message for this Exception.