metaglue.AgentPrimer
Class EHAPermissionException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--java.lang.SecurityException
                          |
                          +--metaglue.AgentPrimer.EHAPermissionException
All Implemented Interfaces:
Serializable

public class EHAPermissionException
extends SecurityException

Exception for signaling permission problems on interfaces.

See Also:
Serialized Form

Constructor Summary
EHAPermissionException(Method method)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EHAPermissionException

public EHAPermissionException(Method method)