Package 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 anIPlatformPlugin
fails to register.- Author:
- aphillips
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PlatformPluginRegistrationException(String message)
PlatformPluginRegistrationException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-