com.sap.core.connectivity.api
Class DestinationNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sap.core.connectivity.api.DestinationException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.