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