public class PidMintingException extends RuntimeException
| Constructor and Description |
|---|
PidMintingException(String msg)
Constructor with message.
|
PidMintingException(String msg,
Throwable cause)
Constructor with message and cause.
|
PidMintingException(Throwable cause)
Constructor with cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PidMintingException(String msg)
msg - Exception message.public PidMintingException(Throwable cause)
cause - Original exception.public PidMintingException(String msg, Throwable cause)
msg - Exception message.cause - Original exception.Copyright © 2013-2016 DuraSpace, Inc.. All Rights Reserved.