|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.tangosol.io.pof.reflect.PofNavigationException
public class PofNavigationException
PofNavigationException indicates a failure to navigate a PofValue hierarchy.
| Constructor Summary | |
|---|---|
PofNavigationException()Construct a PofNavigationException. |
|
PofNavigationException(java.lang.String message)Construct a PofNavigationException with a specified detail message. |
|
PofNavigationException(java.lang.String message, java.lang.Throwable cause)Construct a PofNavigationException with a specified detail message and a cause. |
|
PofNavigationException(java.lang.Throwable cause)Construct a PofNavigationException with a specified cause. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Constructor Detail |
|---|
public PofNavigationException()
public PofNavigationException(java.lang.String message)
message - the String that contains a detailed message
public PofNavigationException(java.lang.String message,
java.lang.Throwable cause)
message - the String that contains a detailed messagecause - the underlying cause for this exceptionpublic PofNavigationException(java.lang.Throwable cause)
cause - the underlying cause for this exception
|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||