public class InvalidCommandErrorException extends PushAPIException
Constructor and Description |
---|
InvalidCommandErrorException(java.lang.String message)
Constructor specifying the exception message.
|
InvalidCommandErrorException(java.lang.String message,
java.lang.Throwable cause)
Constructor specifying the exception message and the exception cause.
|
InvalidCommandErrorException(java.lang.Throwable cause)
Constructor specifying the exception cause.
|
public InvalidCommandErrorException(java.lang.String message)
message
- The exception message.public InvalidCommandErrorException(java.lang.Throwable cause)
cause
- The exception cause.public InvalidCommandErrorException(java.lang.String message, java.lang.Throwable cause)
message
- The exception message.e
- The exception cause.Copyright © 2021 Dassault Systèmes, All Rights Reserved.