public class DesktopActionException
extends java.lang.Exception
| Constructor and Description |
|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
int |
getStatusCode()
Return the status code
|
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 - ExceptionCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.