Class StructuredException

java.lang.Object
java.lang.Throwable
java.lang.Exception
net.visma.autopay.http.structured.StructuredException
All Implemented Interfaces:
Serializable

public class StructuredException extends Exception
Thrown in case of problems when parsing
See Also:
  • Constructor Details

    • StructuredException

      public StructuredException(StructuredException.ErrorCode errorCode, String message)
      Constructs new exception with provided error code and message
      Parameters:
      errorCode - Error code
      message - Detail message
  • Method Details