public class PowerShellExecutionException extends Exception
| Constructor and Description |
|---|
PowerShellExecutionException()
Creates a new instance of
PowerShellExecutionException
without detail message. |
PowerShellExecutionException(String msg)
Constructs an instance of
PowerShellExecutionException with
the specified detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PowerShellExecutionException()
PowerShellExecutionException
without detail message.public PowerShellExecutionException(String msg)
PowerShellExecutionException with
the specified detail message.msg - the detail message.Copyright © 2019. All rights reserved.