Uses of Class
be.SIRAPRISE.messages.ServerErrorMessage

Packages that use ServerErrorMessage
be.SIRAPRISE.client   
be.SIRAPRISE.messages   
 

Uses of ServerErrorMessage in be.SIRAPRISE.client
 

Methods in be.SIRAPRISE.client that return ServerErrorMessage
 ServerErrorMessage ErrorMessageException.getServerErrorMessage()
          Gets The error message that was read instead of the (presumably) expected one.
 

Constructors in be.SIRAPRISE.client with parameters of type ServerErrorMessage
ErrorMessageException(ServerErrorMessage serverErrorMessage)
          Creates the exception, setting the server error message that caused this exception to be thrown.
 

Uses of ServerErrorMessage in be.SIRAPRISE.messages
 

Subclasses of ServerErrorMessage in be.SIRAPRISE.messages
 class ConstraintViolatedErrorMessage
           
 class NonSiraPriseErrorMessage
           
 class SiraPriseErrorMessage