Class DesktopActionException

  • All Implemented Interfaces:
    java.io.Serializable

    public class DesktopActionException
    extends java.lang.Exception
    Desktop Action Exception Class
    Author:
    gkspencer
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getStatusCode()
      Return the status code
      • 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

      • DesktopActionException

        public DesktopActionException​(int sts,
                                      java.lang.String msg)
        Class constructor
        Parameters:
        sts - numeric status code.
        msg - readable error message
      • DesktopActionException

        public DesktopActionException​(java.lang.String s)
        Class constructor
        Parameters:
        s - String
      • DesktopActionException

        public DesktopActionException​(java.lang.String s,
                                      java.lang.Throwable ex)
        Class constructor
        Parameters:
        s - String
        ex - Exception
    • Method Detail

      • getStatusCode

        public final int getStatusCode()
        Return the status code
        Returns:
        int