public class NReservedErrorInfo extends Object
| Constructor and Description |
|---|
NReservedErrorInfo(NBootId nutsId,
String repository,
String url,
NBootMsg message,
Throwable throwable) |
| Modifier and Type | Method and Description |
|---|---|
NBootMsg |
getMessage() |
NBootId |
getNutsId() |
String |
getRepository() |
Throwable |
getThrowable() |
String |
getUrl() |
static NReservedErrorInfo |
of(NBootMsg message) |
static NReservedErrorInfo |
of(NBootMsg message,
Throwable throwable) |
String |
toString() |
public static NReservedErrorInfo of(NBootMsg message, Throwable throwable)
public static NReservedErrorInfo of(NBootMsg message)
public NBootId getNutsId()
public String getRepository()
public String getUrl()
public NBootMsg getMessage()
public Throwable getThrowable()
Copyright © 2026 vpc open source initiative. All rights reserved.