    

 ## On this page

  

 

 # Class: PHXNoSuchTokenException

 Last update: 22.06.2026 

**Package:** `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**

```java
public class PHXNoSuchTokenException
extends java.lang.Exception

```

An exception that is thrown when an object cannot be found.

**See Also:**

- [Serialized Form](./../../../../serialized-form.md)

## 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

```java
public PHXNoSuchTokenException()

```

### PHXNoSuchTokenException

```java
public PHXNoSuchTokenException(java.lang.String msg)

```

**Parameters:**

- `msg` - the reason for the exception.

### PHXNoSuchTokenException

```java
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

```java
public PHXNoSuchTokenException(java.lang.Throwable cause)

```

**Parameters:**

- `cause` - an inner exception representing the reason for throwing this one.