www.element4solution.com

e4s.db.systabledef
Class E4PermissionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by e4s.db.systabledef.E4PermissionException
All Implemented Interfaces:
java.io.Serializable

public class E4PermissionException
extends java.lang.Exception

Exception type for permissions.

See Also:
Serialized Form

Constructor Summary
E4PermissionException(E4Permission p)
           
E4PermissionException(E4PermissionAnd p)
           
E4PermissionException(E4PermissionOr p)
           
 
Method Summary
static java.lang.String _getSVNVersionString()
          Get version info string from subversion.
 
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

E4PermissionException

public E4PermissionException(E4Permission p)

E4PermissionException

public E4PermissionException(E4PermissionOr p)

E4PermissionException

public E4PermissionException(E4PermissionAnd p)
Method Detail

_getSVNVersionString

public static java.lang.String _getSVNVersionString()
Get version info string from subversion.

Returns:
the version info string.
See Also:
E4Util.getRevisionCodeFromSVN(Class)

www.element4solution.com