ch.ethz.prose
Class AspectManagerException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ch.ethz.prose.AspectManagerException
- All Implemented Interfaces:
- java.io.Serializable
- public class AspectManagerException
- extends java.lang.RuntimeException
Exception class AspectManagerException signals that an extension
manager does not support the insertion or withdrawal of a given extension.
An extension manager is a remote extension. This may be used by concrete
implementations of the AspectManager interface.
- Version:
- $Revision: 1.1.1.1 $
| Nested classes inherited from class java.lang.Throwable |
|
| Fields inherited from class java.lang.Throwable |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
AspectManagerException
public AspectManagerException()
- Constructs an
AspectManagerException with no detail message.
AspectManagerException
public AspectManagerException(java.lang.String s)
- Constructs an
AspectManagerException with the specified
detail message.