org.alfresco.filesys.alfresco
Class DesktopActionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.alfresco.filesys.alfresco.DesktopActionException
All Implemented Interfaces:
java.io.Serializable

public class DesktopActionException
extends java.lang.Exception

Desktop Action Exception Class

See Also:
Serialized Form

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

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


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.