Class PunchOutException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.b2b.punchout.PunchOutException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
PunchOutSessionExpired, PunchOutSessionNotFoundException

public class PunchOutException extends RuntimeException
Business exception representing PunchOut issues
See Also:
  • Field Details

  • Constructor Details

    • PunchOutException

      public PunchOutException(String errorCode, String message)
    • PunchOutException

      public PunchOutException(org.springframework.http.HttpStatus httpStatus, String message)
    • PunchOutException

      public PunchOutException(org.springframework.http.HttpStatus httpStatus, String message, Throwable cause)
    • PunchOutException

      public PunchOutException(String errorCode, String message, Throwable cause)
  • Method Details

    • getErrorCode

      public String getErrorCode()