Expresso 5-6

com.jcorporate.expresso.kernel.exception
Class ExpressoAccessException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjava.lang.SecurityException
                  extended bycom.jcorporate.expresso.kernel.exception.ExpressoAccessException
All Implemented Interfaces:
Serializable

public class ExpressoAccessException
extends SecurityException

ExpressoAccessException is thrown when an attempt to access a component is denied for security reasons.

Version:
$Revision: 1.3 $ on $Date: 2004/11/17 20:48:16 $
Author:
Michael Rimov
See Also:
Serialized Form

Constructor Summary
ExpressoAccessException()
           
ExpressoAccessException(String message)
           
 
Method Summary
 String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

ExpressoAccessException

public ExpressoAccessException()

ExpressoAccessException

public ExpressoAccessException(String message)
Method Detail

getMessage

public String getMessage()

Expresso 5-6

Please see www.jcorporate.com for information about new Expresso releases.