Class AdHocCommandException

  • All Implemented Interfaces:
    java.io.Serializable

    public class AdHocCommandException
    extends java.lang.Exception
    See Also:
    Serialized Form
    • Constructor Detail

      • AdHocCommandException

        public AdHocCommandException​(Authorization errorCondition)
      • AdHocCommandException

        public AdHocCommandException​(Authorization errorCondition,
                                     java.lang.String message)
      • AdHocCommandException

        public AdHocCommandException​(Element item,
                                     Authorization errorCondition)
      • AdHocCommandException

        public AdHocCommandException​(Element item,
                                     Authorization errorCondition,
                                     java.lang.String message)
    • Method Detail

      • getCode

        public java.lang.String getCode()
        Returns:
        Returns the code.
      • getItem

        public Element getItem()
        Returns:
        Returns the item.
      • getMessage

        public java.lang.String getMessage()
        Overrides:
        getMessage in class java.lang.Throwable
      • getName

        public java.lang.String getName()
        Returns:
        Returns the name.
      • getType

        public java.lang.String getType()
        Returns:
        Returns the type.
      • makeElement

        public Element makeElement()
      • makeElement

        public Element makeElement​(boolean insertOriginal)
      • makeErrorElement

        public Element makeErrorElement()