|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ErrorType | |
---|---|
no.digipost.api.client |
Uses of ErrorType in no.digipost.api.client |
---|
Methods in no.digipost.api.client that return ErrorType | |
---|---|
ErrorType |
DigipostClientException.getErrorType()
|
static ErrorType |
ErrorType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ErrorType[] |
ErrorType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in no.digipost.api.client with parameters of type ErrorType | |
---|---|
protected void |
Communicator.check404Error(com.sun.jersey.api.client.ClientResponse response,
ErrorType errorBy404)
|
Constructors in no.digipost.api.client with parameters of type ErrorType | |
---|---|
DigipostClientException(ErrorType errorType,
String errorMessage)
|
|
DigipostClientServerException(ErrorType errorType,
ErrorMessage errorMessage)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |