public class PackageException
extends java.lang.Exception
| Constructor and Description |
|---|
PackageException()
Create a new exception with no message.
|
PackageException(java.lang.String message)
Create a new exception with the given message.
|
PackageException(java.lang.String message,
java.lang.Throwable cause)
Create a new exception wrapping it around another exception.
|
PackageException(java.lang.Throwable cause)
Create a new exception wrapping the given underlying cause.
|
| Modifier and Type | Method and Description |
|---|---|
void |
log(org.apache.log4j.Logger log)
Write details of this exception to the indicated logger.
|
java.lang.String |
toString() |
public PackageException()
public PackageException(java.lang.String message)
message - - message text.public PackageException(java.lang.Throwable cause)
cause - - exception specifying the cause of this failure.public PackageException(java.lang.String message,
java.lang.Throwable cause)
message - - message text.cause - - exception specifying the cause of this failure.Copyright © 2018 DuraSpace. All Rights Reserved.