Package org.alfresco.filesys.alfresco
Class DesktopActionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.alfresco.filesys.alfresco.DesktopActionException
-
- All Implemented Interfaces:
Serializable
public class DesktopActionException extends Exception
Desktop Action Exception Class- Author:
- gkspencer
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DesktopActionException(int sts, String msg)Class constructorDesktopActionException(String s)Class constructorDesktopActionException(String s, Throwable ex)Class constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetStatusCode()Return the status code-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-