Class FormsPortalException

  • All Implemented Interfaces:
    java.io.Serializable

    public class FormsPortalException
    extends java.lang.Exception
    Represent the exception thrown by various api's across forms portal
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getCode()  
      java.lang.String getMessage()  
      java.lang.Object[] getMessageArgs()  
      void setCode​(java.lang.String code)  
      void setMessageArgs​(java.lang.Object[] messageArgs)  
      • Methods inherited from class java.lang.Throwable

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

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

      • FormsPortalException

        public FormsPortalException()
      • FormsPortalException

        public FormsPortalException​(java.lang.String code)
      • FormsPortalException

        public FormsPortalException​(java.lang.String code,
                                    java.lang.Object[] args)
      • FormsPortalException

        public FormsPortalException​(java.lang.Throwable cause)
      • FormsPortalException

        public FormsPortalException​(java.lang.String code,
                                    java.lang.Throwable cause)
      • FormsPortalException

        public FormsPortalException​(java.lang.String code,
                                    java.lang.Throwable cause,
                                    java.lang.Object[] args)
    • Method Detail

      • getCode

        public java.lang.String getCode()
      • setCode

        public void setCode​(java.lang.String code)
      • getMessage

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

        public java.lang.Object[] getMessageArgs()
      • setMessageArgs

        public void setMessageArgs​(java.lang.Object[] messageArgs)