Class ExceptionInfo

java.lang.Object
com.peterphi.std.guice.restclient.jaxb.ExceptionInfo

public class ExceptionInfo extends Object
  • Field Details

    • shortName

      public String shortName
    • detail

      public String detail
    • className

      public String className
    • stackTrace

      public String stackTrace
    • causedBy

      public ExceptionInfo causedBy
    • any

      public List<javax.xml.bind.JAXBElement<?>> any
  • Constructor Details

    • ExceptionInfo

      public ExceptionInfo()