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:
  • Constructor Details

    • PlatformPluginRegistrationException

      public PlatformPluginRegistrationException(String message, Throwable cause)
    • PlatformPluginRegistrationException

      public PlatformPluginRegistrationException(String message)