SAP J2EE Engine

Version 6.40


com.sapportals.connector
Class ConnectorRuntimeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.sapportals.connector.ConnectorRuntimeException
All Implemented Interfaces:
java.io.Serializable

public class ConnectorRuntimeException
extends java.lang.RuntimeException

Connector runtime exception

Version:
1.0
See Also:
Serialized Form

Constructor Summary
ConnectorRuntimeException(java.lang.String message)
           
ConnectorRuntimeException(java.lang.String message, java.lang.Exception linkedException)
           
 
Method Summary
 java.lang.Exception getLinkedException()
           
 java.lang.String getMessage()
           
 void setLinkedException(java.lang.Exception linkedException)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConnectorRuntimeException

public ConnectorRuntimeException(java.lang.String message,
                                 java.lang.Exception linkedException)

ConnectorRuntimeException

public ConnectorRuntimeException(java.lang.String message)
Method Detail

getLinkedException

public java.lang.Exception getLinkedException()

setLinkedException

public void setLinkedException(java.lang.Exception linkedException)

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable

SAP J2EE Engine

Version 6.40


Copyright © 2001-2005 SAP AG. All Rights Reserved.