Class: PHXNoSuchTokenException
Last update: 22.06.2026Package: com.phoenix_int.aserver.util
Class Hierarchy
↳ java.lang.Object
↳ java.lang.Throwable
↳ java.lang.Exception
↳ com.phoenix_int.aserver.util.PHXNoSuchTokenException
Implemented Interfaces
java.io.Serializable
Declaration
public class PHXNoSuchTokenException
extends java.lang.Exception
An exception that is thrown when an object cannot be found.
See Also:
Constructor Summary
| Constructor and Description |
|---|
PHXNoSuchTokenException() |
PHXNoSuchTokenException(java.lang.String msg) |
PHXNoSuchTokenException(java.lang.String msg, java.lang.Throwable cause) |
PHXNoSuchTokenException(java.lang.Throwable cause) |
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Constructor Detail
PHXNoSuchTokenException
public PHXNoSuchTokenException()
PHXNoSuchTokenException
public PHXNoSuchTokenException(java.lang.String msg)
Parameters:
msg- the reason for the exception.
PHXNoSuchTokenException
public PHXNoSuchTokenException(java.lang.String msg,
java.lang.Throwable cause)
Parameters:
msg- the reason for the exception.cause- an inner exception representing the reason for throwing this one.
PHXNoSuchTokenException
public PHXNoSuchTokenException(java.lang.Throwable cause)
Parameters:
cause- an inner exception representing the reason for throwing this one.