SAP J2EE Engine

Version 6.40


com.sapportals.connector
Class ConnectorException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--javax.resource.ResourceException
                    |
                    +--com.sapportals.connector.ConnectorException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AttributeNotFoundException, CapabilityNotFoundException, CapabilityNotSupportedException, ConnectionClosedException, ConnectionFailedException, ElementNotFoundException, ExecutionException, FieldNotFoundException, FunctionNotFoundException, IndexNotFoundException, InterfaceNotSupportedException, InvalidQueryException, MethodNotFoundException, ParameterNotFoundException, RelationNotFoundException, TimeoutException

public class ConnectorException
extends javax.resource.ResourceException

The base connector exception. Used whenever a exception in the underlying API occurs. The underlying exception is available throw the getLinkedException() method.

Version:
1.0
See Also:
Serialized Form

Constructor Summary
ConnectorException(java.lang.String message)
          Creates a new ConnectorException object.
 
Methods inherited from class javax.resource.ResourceException
getErrorCode, getLinkedException, setLinkedException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConnectorException

public ConnectorException(java.lang.String message)
Creates a new ConnectorException object.
Parameters:
message -  

SAP J2EE Engine

Version 6.40


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