public class DestinationNotFoundException extends DestinationException
Constructor and Description |
---|
DestinationNotFoundException(String message) |
DestinationNotFoundException(String message,
Throwable e) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public DestinationNotFoundException(String message, Throwable e)
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.)public DestinationNotFoundException(String message)
message
- the detailed message (which is saved for later retrieval by the Throwable.getMessage()
method).Copyright © 2016 SAP. All Rights Reserved.