Class ScriptException

All Implemented Interfaces:
Serializable

public class ScriptException extends AlfrescoRuntimeException
Author:
Kevin Roast
See Also:
  • Constructor Details

    • ScriptException

      public ScriptException(String msgId)
      Parameters:
      msgId - String
    • ScriptException

      public ScriptException(String msgId, Throwable cause)
      Parameters:
      msgId - String
      cause - Throwable
    • ScriptException

      public ScriptException(String msgId, Object[] params)
      Parameters:
      msgId - String
      params - Object[]
    • ScriptException

      public ScriptException(String msgId, Object[] msgParams, Throwable cause)
      Parameters:
      msgId - String
      msgParams - Object[]
      cause - Throwable