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