public class PostAuthenticationFilterException
extends java.lang.Exception
PostAuthenticationFilterException
is an exception indicating that
a configuration error prevents the PostAuthenticationFilter
from working.Constructor and Description |
---|
PostAuthenticationFilterException()
Constructs a new exception with
null as its detail message. |
PostAuthenticationFilterException(java.lang.String message)
Constructs a new exception with the specified detail message.
|
PostAuthenticationFilterException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new exception with the specified detail message and cause.
|
PostAuthenticationFilterException(java.lang.Throwable cause)
Constructs a new exception with the specified cause and a detail message of
cause == null ? null : cause.toString() , which typically contains
the class and detail message of cause . |
public PostAuthenticationFilterException()
null
as its detail message.public PostAuthenticationFilterException(java.lang.String message)
message
- the detail message.public PostAuthenticationFilterException(java.lang.String message, java.lang.Throwable cause)
message
- the detail message.cause
- the cause.public PostAuthenticationFilterException(java.lang.Throwable cause)
cause == null ? null : cause.toString()
, which typically contains
the class and detail message of cause
.cause
- the cause.Copyright © 2000-2020 TIBCO Software Inc. All Rights Reserved.