azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.service...

107 строки
6.7 KiB
YAML

### YamlMime:JavaEnum
uid: "com.microsoft.azure.servicebus.ExceptionPhase"
fullName: "com.microsoft.azure.servicebus.ExceptionPhase"
name: "ExceptionPhase"
nameWithType: "ExceptionPhase"
summary: "Enumeration to represent the phase in a message pump or session pump at which an exception occurred."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Enum?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html\">Enum</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#valueOf-java.lang.Class-java.lang.String-\">valueOf</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#compareTo-E-\">compareTo</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#getDeclaringClass--\">getDeclaringClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#name--\">name</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#ordinal--\">ordinal</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#toString--\">toString</a>"
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public enum **ExceptionPhase**</br> extends <a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html\">Enum</a>&lt;<xref href=\"com.microsoft.azure.servicebus.ExceptionPhase?alt=com.microsoft.azure.servicebus.ExceptionPhase&text=ExceptionPhase\" data-throw-if-not-resolved=\"False\" />&gt;"
fields:
- uid: "com.microsoft.azure.servicebus.ExceptionPhase.ABANDON"
fullName: "com.microsoft.azure.servicebus.ExceptionPhase.ABANDON"
name: "ABANDON"
nameWithType: "ExceptionPhase.ABANDON"
summary: "Abandoning a message threw an exception"
desc: "Abandoning a message threw an exception"
- uid: "com.microsoft.azure.servicebus.ExceptionPhase.ACCEPTSESSION"
fullName: "com.microsoft.azure.servicebus.ExceptionPhase.ACCEPTSESSION"
name: "ACCEPTSESSION"
nameWithType: "ExceptionPhase.ACCEPTSESSION"
summary: "Accepting a session threw an exception."
desc: "Accepting a session threw an exception."
- uid: "com.microsoft.azure.servicebus.ExceptionPhase.COMPLETE"
fullName: "com.microsoft.azure.servicebus.ExceptionPhase.COMPLETE"
name: "COMPLETE"
nameWithType: "ExceptionPhase.COMPLETE"
summary: "Completing a message threw an exception"
desc: "Completing a message threw an exception"
- uid: "com.microsoft.azure.servicebus.ExceptionPhase.RECEIVE"
fullName: "com.microsoft.azure.servicebus.ExceptionPhase.RECEIVE"
name: "RECEIVE"
nameWithType: "ExceptionPhase.RECEIVE"
summary: "Receiving messages from Azure Service Bus threw an exception."
desc: "Receiving messages from Azure Service Bus threw an exception."
- uid: "com.microsoft.azure.servicebus.ExceptionPhase.RENEWMESSAGELOCK"
fullName: "com.microsoft.azure.servicebus.ExceptionPhase.RENEWMESSAGELOCK"
name: "RENEWMESSAGELOCK"
nameWithType: "ExceptionPhase.RENEWMESSAGELOCK"
summary: "Renewing the lock of a message threw an exception."
desc: "Renewing the lock of a message threw an exception."
- uid: "com.microsoft.azure.servicebus.ExceptionPhase.RENEWSESSIONLOCK"
fullName: "com.microsoft.azure.servicebus.ExceptionPhase.RENEWSESSIONLOCK"
name: "RENEWSESSIONLOCK"
nameWithType: "ExceptionPhase.RENEWSESSIONLOCK"
summary: "Renewing the lock of a session threw an exception."
desc: "Renewing the lock of a session threw an exception."
- uid: "com.microsoft.azure.servicebus.ExceptionPhase.SESSIONCLOSE"
fullName: "com.microsoft.azure.servicebus.ExceptionPhase.SESSIONCLOSE"
name: "SESSIONCLOSE"
nameWithType: "ExceptionPhase.SESSIONCLOSE"
summary: "Closing a session threw an exception."
desc: "Closing a session threw an exception."
- uid: "com.microsoft.azure.servicebus.ExceptionPhase.USERCALLBACK"
fullName: "com.microsoft.azure.servicebus.ExceptionPhase.USERCALLBACK"
name: "USERCALLBACK"
nameWithType: "ExceptionPhase.USERCALLBACK"
summary: "Application code in message handler or session handler threw an exception."
desc: "Application code in message handler or session handler threw an exception. Applications should ideally not throw exceptions from message handler or session handler."
methods:
- uid: "com.microsoft.azure.servicebus.ExceptionPhase.valueOf(java.lang.String)"
fullName: "com.microsoft.azure.servicebus.ExceptionPhase.valueOf(String name)"
name: "valueOf(String name)"
nameWithType: "ExceptionPhase.valueOf(String name)"
modifiers:
- "static"
parameters:
- name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static ExceptionPhase valueOf(String name)"
returns:
type: "<xref href=\"com.microsoft.azure.servicebus.ExceptionPhase?alt=com.microsoft.azure.servicebus.ExceptionPhase&text=ExceptionPhase\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.servicebus.ExceptionPhase.values()"
fullName: "com.microsoft.azure.servicebus.ExceptionPhase.values()"
name: "values()"
nameWithType: "ExceptionPhase.values()"
modifiers:
- "static"
syntax: "public static ExceptionPhase[] values()"
returns:
type: "<xref href=\"com.microsoft.azure.servicebus.ExceptionPhase?alt=com.microsoft.azure.servicebus.ExceptionPhase&text=ExceptionPhase\" data-throw-if-not-resolved=\"False\" />[]"
desc: "Enumeration to represent the phase in a message pump or session pump at which an exception occurred."
metadata: {}
package: "com.microsoft.azure.servicebus"
artifact: com.microsoft.azure:azure-servicebus:3.6.7