org.pentaho.platform.api.engine
Class PlatformPluginRegistrationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.pentaho.platform.api.engine.PlatformPluginRegistrationException
- All Implemented Interfaces:
- Serializable
public class PlatformPluginRegistrationException
- extends Exception
An exception raised when an IPlatformPlugin
fails to register.
- Author:
- aphillips
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
PlatformPluginRegistrationException
public PlatformPluginRegistrationException(String message,
Throwable cause)
PlatformPluginRegistrationException
public PlatformPluginRegistrationException(String message)