Class ObjectCreationException

    • Constructor Summary

      Constructors 
      Constructor Description
      ObjectCreationException​(java.lang.String typeId)
      Creates a new instance using given type id in a predefined message template.
      ObjectCreationException​(java.lang.String typeId, java.lang.Throwable cause)
      Creates a new instance using given type id in a predefined message template.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getTypeId()  
      • 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

      • ObjectCreationException

        public ObjectCreationException​(java.lang.String typeId,
                                       java.lang.Throwable cause)
        Creates a new instance using given type id in a predefined message template.
        Parameters:
        typeId - id of object
        cause - root cause
      • ObjectCreationException

        public ObjectCreationException​(java.lang.String typeId)
        Creates a new instance using given type id in a predefined message template.
        Parameters:
        typeId - id of object
    • Method Detail

      • getTypeId

        public java.lang.String getTypeId()