public class InstructionAlreadyPendingException
extends java.lang.Exception
Constructor and Description |
---|
InstructionAlreadyPendingException()
Create a
InstructionAlreadyPendingException . |
InstructionAlreadyPendingException(java.lang.String message)
Create a
InstructionAlreadyPendingException with a detail message. |
InstructionAlreadyPendingException(java.lang.String message,
java.lang.Throwable cause)
Create a
InstructionAlreadyPendingException with a detail message and cause. |
InstructionAlreadyPendingException(java.lang.Throwable cause)
Create a
InstructionAlreadyPendingException with a cause. |
public InstructionAlreadyPendingException()
InstructionAlreadyPendingException
.public InstructionAlreadyPendingException(java.lang.String message)
InstructionAlreadyPendingException
with a detail message.message
- the detail message.public InstructionAlreadyPendingException(java.lang.Throwable cause)
InstructionAlreadyPendingException
with a cause.cause
- the reason this exception was thrown.public InstructionAlreadyPendingException(java.lang.String message, java.lang.Throwable cause)
InstructionAlreadyPendingException
with a detail message and cause.message
- the detail message.cause
- the reason this exception was thrown.Copyright © OpenCloud. All Rights Reserved.