Class RestApiAuthenticationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.smartgridready.communicator.rest.exception.RestApiAuthenticationException
-
- All Implemented Interfaces:
java.io.Serializable
public class RestApiAuthenticationException extends java.lang.ExceptionImplments an exception for HTTP authentication failures.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RestApiAuthenticationException(java.lang.String message)Constructs a new instance.RestApiAuthenticationException(java.lang.String message, java.lang.Throwable cause)Constructs a new instance.
-
-
-
Constructor Detail
-
RestApiAuthenticationException
public RestApiAuthenticationException(java.lang.String message, java.lang.Throwable cause)Constructs a new instance.- Parameters:
message- the error messagecause- the internal exception
-
RestApiAuthenticationException
public RestApiAuthenticationException(java.lang.String message)
Constructs a new instance.- Parameters:
message- the error message
-
-