public class MalformedHeaderException extends Exception
Header implementation.| Constructor and Description |
|---|
MalformedHeaderException(Exception cause)
Constructs a new exception with the given cause.
|
MalformedHeaderException(String message)
Constructs a new exception with the given message.
|
MalformedHeaderException(String message,
Exception cause)
Constructs a new exception with the given message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MalformedHeaderException(String message)
message - The message.public MalformedHeaderException(String message, Exception cause)
message - The message.cause - The cause.public MalformedHeaderException(Exception cause)
cause - The cause.Copyright © 2025 Open Identity Platform Community. All rights reserved.