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