Class AAssociateRJ

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.aoju.bus.image.metric.internal.pdu.AAssociateRJ
All Implemented Interfaces:
Serializable

public class AAssociateRJ extends IOException
Since:
Java 17+
Author:
Kimi Liu
See Also:
  • Field Details

    • RESULT_REJECTED_PERMANENT

      public static final int RESULT_REJECTED_PERMANENT
      See Also:
    • RESULT_REJECTED_TRANSIENT

      public static final int RESULT_REJECTED_TRANSIENT
      See Also:
    • SOURCE_SERVICE_USER

      public static final int SOURCE_SERVICE_USER
      See Also:
    • SOURCE_SERVICE_PROVIDER_ACSE

      public static final int SOURCE_SERVICE_PROVIDER_ACSE
      See Also:
    • SOURCE_SERVICE_PROVIDER_PRES

      public static final int SOURCE_SERVICE_PROVIDER_PRES
      See Also:
    • REASON_NO_REASON_GIVEN

      public static final int REASON_NO_REASON_GIVEN
      See Also:
    • REASON_APP_CTX_NAME_NOT_SUPPORTED

      public static final int REASON_APP_CTX_NAME_NOT_SUPPORTED
      See Also:
    • REASON_CALLING_AET_NOT_RECOGNIZED

      public static final int REASON_CALLING_AET_NOT_RECOGNIZED
      See Also:
    • REASON_CALLED_AET_NOT_RECOGNIZED

      public static final int REASON_CALLED_AET_NOT_RECOGNIZED
      See Also:
    • REASON_PROTOCOL_VERSION_NOT_SUPPORTED

      public static final int REASON_PROTOCOL_VERSION_NOT_SUPPORTED
      See Also:
    • REASON_TEMPORARY_CONGESTION

      public static final int REASON_TEMPORARY_CONGESTION
      See Also:
    • REASON_LOCAL_LIMIT_EXCEEDED

      public static final int REASON_LOCAL_LIMIT_EXCEEDED
      See Also:
  • Constructor Details

    • AAssociateRJ

      public AAssociateRJ(int result, int source, int reason)
  • Method Details

    • getResult

      public final int getResult()
    • getSource

      public final int getSource()
    • getReason

      public final int getReason()
    • toString

      public String toString()
      Overrides:
      toString in class Throwable