parammessageparamdestinationparamexception super(); this.message = message; this.destination = destination; this.exception = exception;
super(); this.message = message; this.destination = destination; this.exception = exception;
returnReturns the destination. return destination;
return destination;
returnReturns the exception. return exception;
return exception;
returnReturns the message. return message;
return message;
paramdestination The destination to set. this.destination = destination;
this.destination = destination;
paramexception The exception to set. this.exception = exception;
this.exception = exception;
parammessage The message to set. this.message = message;
this.message = message;