Class DictionaryException

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    DictionaryException.DuplicateDefinitionException

    @AlfrescoPublicApi
    public class DictionaryException
    extends org.alfresco.error.AlfrescoRuntimeException
    Base Exception of Data Dictionary Exceptions.
    Author:
    David Caruana
    See Also:
    Serialized Form
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  DictionaryException.DuplicateDefinitionException
      Exception generated by attempting to create a duplicate definition of the data dictionary, such as type, aspect, constraint and etc.
    • Method Summary

      • Methods inherited from class org.alfresco.error.AlfrescoRuntimeException

        create, create, getMsgId, getMsgParams, getNumericalId, getRootCause, makeRuntimeException
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • DictionaryException

        public DictionaryException​(java.lang.String msgId)
      • DictionaryException

        public DictionaryException​(java.lang.String msgId,
                                   java.lang.Throwable cause)
      • DictionaryException

        public DictionaryException​(java.lang.String msgId,
                                   java.lang.Object... args)
      • DictionaryException

        public DictionaryException​(java.lang.String msgId,
                                   java.lang.Throwable cause,
                                   java.lang.Object... args)