public class PMPException
extends java.lang.Exception
Constructor and Description |
---|
PMPException()
Constructs a new exception with null as its detail message.
|
PMPException(java.lang.Exception exception)
Constructs a new exception with the specified cause.
|
PMPException(java.lang.String message)
Constructs a new exception with the specified detail message.
|
PMPException(java.lang.String message,
java.lang.Exception exception)
Constructs a new exception with the specified detail message and cause.
|
public PMPException()
public PMPException(java.lang.Exception exception)
public PMPException(java.lang.String message)
public PMPException(java.lang.String message, java.lang.Exception exception)
Copyright © 2019 AdventNet Inc. All Rights Reserved.