|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.alfresco.filesys.alfresco.DesktopActionException
public class DesktopActionException
Desktop Action Exception Class
Constructor Summary | |
---|---|
DesktopActionException(int sts,
java.lang.String msg)
Class constructor |
|
DesktopActionException(java.lang.String s)
Class constructor |
|
DesktopActionException(java.lang.String s,
java.lang.Throwable ex)
Class constructor |
Method Summary | |
---|---|
int |
getStatusCode()
Return the status code |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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 |
---|
public DesktopActionException(int sts, java.lang.String msg)
sts
- numeric status code.msg
- readable error messagepublic DesktopActionException(java.lang.String s)
s
- Stringpublic DesktopActionException(java.lang.String s, java.lang.Throwable ex)
s
- Stringex
- ExceptionMethod Detail |
---|
public final int getStatusCode()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |