Home | History | Annotate | Download | only in auth

Lines Matching refs:message

56      * Creates a new NTLMEngineException with the specified message.
58 * @param message the exception detail message
60 public NTLMEngineException(String message) {
61 super(message);
65 * Creates a new NTLMEngineException with the specified detail message and cause.
67 * @param message the exception detail message
71 public NTLMEngineException(String message, Throwable cause) {
72 super(message, cause);