com.sap.core.connectivity.api
Class DestinationNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sap.core.connectivity.api.DestinationException
              extended by com.sap.core.connectivity.api.DestinationNotFoundException
All Implemented Interfaces:
Serializable

public class DestinationNotFoundException
extends DestinationException

Thrown when the specified destination does not exist.

See Also:
Serialized Form

Constructor Summary
DestinationNotFoundException(String message)
           
DestinationNotFoundException(String message, Throwable e)
           
 
Method Summary
 
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

DestinationNotFoundException

public DestinationNotFoundException(String message,
                                    Throwable e)
Parameters:
message - the detailed message (which is saved for later retrieval by the Throwable.getMessage() method).
e - the cause (which is saved for later retrieval by the Throwable.getCause() method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)

DestinationNotFoundException

public DestinationNotFoundException(String message)
Parameters:
message - the detailed message (which is saved for later retrieval by the Throwable.getMessage() method).


Copyright © 2014 SAP. All Rights Reserved.