Exception Summary |
AuthenticationFailedException |
Signals to the remote service that the user authentication failed. |
AuthenticationUnavailableException |
Signals to the remote service that Moria was unable to reach the third-party
server responsible for user authentication. |
AuthorizationFailedException |
Signals to the remote service that an operation was attempted, or parameters
were used, that the service was not authorized for. |
ClientException |
The superclass for all exceptions that should result in a SOAP Fault message
with faultcode Client |
IllegalInputException |
Signals to the remote service that a parameter did not have the proper
syntax. |
InternalException |
Signals to the remote service that Moria has internal problems. |
ServerException |
The superclass for all exceptions that should result in a SOAP Fault message
with faultcode Server |
SOAPException |
The base class for all exceptions signalled through the SOAP interface. |
UnknownTicketException |
Signals to the remote service that the ticket used in the SOAP operation
was unknown to Moria. |