net.aocat.psis.client.utils
Class Results.Majors

java.lang.Object
  extended by net.aocat.psis.client.utils.Results.Majors
Enclosing class:
Results

public static class Results.Majors
extends java.lang.Object

PSIS major result codes.


Field Summary
static java.lang.String RequesterError
          The request could not be satisfied due to an error on the part of the requester.
static java.lang.String ResponderError
          The request could not be satisfied due to an error on the part of the responder.
static java.lang.String Success
          The protocol executed successfully.
 
Constructor Summary
Results.Majors()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Success

public static java.lang.String Success
The protocol executed successfully.


RequesterError

public static java.lang.String RequesterError
The request could not be satisfied due to an error on the part of the requester.


ResponderError

public static java.lang.String ResponderError
The request could not be satisfied due to an error on the part of the responder.

Constructor Detail

Results.Majors

public Results.Majors()