Class GenericExceptionDetails

  • All Implemented Interfaces:
    java.io.Serializable

    public class GenericExceptionDetails
    extends com.lexmark.saperion.exceptions.ErrorDetailsType
    Generic exception details for any non EcmException or EcmRuntimeException.
    Author:
    sugoswami
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String detailMessage  
      static java.lang.String TYPE  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getType()  
      void setDetailMessage​(java.lang.String message)  
      java.lang.String toString()  
      • Methods inherited from class com.lexmark.saperion.exceptions.ErrorDetailsType

        setType
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • detailMessage

        public java.lang.String detailMessage
    • Constructor Detail

      • GenericExceptionDetails

        public GenericExceptionDetails()
    • Method Detail

      • getType

        public java.lang.String getType()
        Specified by:
        getType in class com.lexmark.saperion.exceptions.ErrorDetailsType
      • setDetailMessage

        public void setDetailMessage​(java.lang.String message)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class com.lexmark.saperion.exceptions.ErrorDetailsType