public class NO_RESPONSE extends SystemException
completed, minor
Constructor and Description |
---|
NO_RESPONSE() |
NO_RESPONSE(int minor,
CompletionStatus completed) |
NO_RESPONSE(String reason) |
NO_RESPONSE(String reason,
int minor,
CompletionStatus completed) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public NO_RESPONSE()
public NO_RESPONSE(int minor, CompletionStatus completed)
public NO_RESPONSE(String reason)
public NO_RESPONSE(String reason, int minor, CompletionStatus completed)
Copyright © 2013. All Rights Reserved.