Class CustomModelException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CustomModelException.CustomModelConstraintException, CustomModelException.InvalidCustomModelException, CustomModelException.InvalidNamespaceException, CustomModelException.ModelDoesNotExistException, CustomModelException.ModelExistsException

public class CustomModelException extends AlfrescoRuntimeException
Author:
Jamal Kaabi-Mofrad
See Also:
  • Constructor Details

    • CustomModelException

      public CustomModelException(String msgId)
      Constructor
      Parameters:
      msgId - message id
    • CustomModelException

      public CustomModelException(String msgId, Object[] msgParams)
      Constructor
      Parameters:
      msgId - message id
      msgParams - message params
    • CustomModelException

      public CustomModelException(String msgId, Throwable cause)
      Constructor
      Parameters:
      msgId - message id
      cause - causing exception
    • CustomModelException

      public CustomModelException(String msgId, Object[] msgParams, Throwable cause)
      Constructor
      Parameters:
      msgId - message id
      msgParams - message params
      cause - causing exception