com.sap.workspaces.module.extension

Class LinkException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.sap.workspaces.WorkspacesRuntimeException
                  extended by com.sap.workspaces.module.extension.LinkException
All Implemented Interfaces:
Serializable

public class LinkException
extends WorkspacesRuntimeException

An exception thrown when a link cannot be added to a module

Since:
1.1
See Also:
Serialized Form

Field Summary
static String INTERNAL_ERROR
          Could not add the link due to an internal error
static String LOCKED_OBJECT
          Could not add the link because the module is locked
 
Fields inherited from class com.sap.workspaces.WorkspacesRuntimeException
TIMEOUT
 
Constructor Summary
LinkException(String message, Throwable cause)
           
 
Method Summary
 
Methods inherited from class com.sap.workspaces.WorkspacesRuntimeException
getErrorCode, setErrorCode
 
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
 

Field Detail

INTERNAL_ERROR

public static final String INTERNAL_ERROR
Could not add the link due to an internal error

See Also:
Constant Field Values

LOCKED_OBJECT

public static final String LOCKED_OBJECT
Could not add the link because the module is locked

See Also:
Constant Field Values
Constructor Detail

LinkException

public LinkException(String message,
                     Throwable cause)


Copyright 2011 SAP AG Complete Copyright Notice