public class PInfranetException extends Exception
PInfranetException
is the default Exception
class used for Infranet exceptions.Constructor and Description |
---|
PInfranetException()
Constructs a specific exception message.
|
PInfranetException(String msg)
Constructs a default exception message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public PInfranetException(String msg)
msg
- error message text to display for the exceptionpublic PInfranetException()
Copyright © 2003, 2023, Oracle and/or its affiliates.