Liferay 6.2.0-ce-m5

com.liferay.portal.security.pacl
Class PACLUtil.Exception

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.SecurityException
                  extended by com.liferay.portal.security.pacl.PACLUtil.Exception
All Implemented Interfaces:
Serializable
Enclosing class:
PACLUtil

public static class PACLUtil.Exception
extends SecurityException

See Also:
Serialized Form

Constructor Summary
PACLUtil.Exception(PACLPolicy paclPolicy)
           
 
Method Summary
 PACLPolicy getPaclPolicy()
           
 
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

PACLUtil.Exception

public PACLUtil.Exception(PACLPolicy paclPolicy)
Method Detail

getPaclPolicy

public PACLPolicy getPaclPolicy()

Liferay 6.2.0-ce-m5