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