Class Server.Fault

  • Enclosing class:
    Server

    public static final class Server.Fault
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.Integer code  
      private java.util.Calendar created  
      private java.lang.String details  
      private java.lang.String message  
    • Constructor Summary

      Constructors 
      Constructor Description
      Fault()  
    • Field Detail

      • code

        private java.lang.Integer code
      • message

        private java.lang.String message
      • details

        private java.lang.String details
      • created

        private java.util.Calendar created
    • Constructor Detail

      • Fault

        public Fault()
    • Method Detail

      • getCode

        public java.lang.Integer getCode()
        Returns:
        the code
      • getMessage

        public java.lang.String getMessage()
        Returns:
        the message
      • getDetails

        public java.lang.String getDetails()
        Returns:
        the details
      • getCreated

        public java.util.Calendar getCreated()
        Returns:
        the created
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object