public class EndPointStatusException extends Exception
EndPointStatusException class.
Constructor and Description |
---|
EndPointStatusException()
Constructor for EndPointStatusException.
|
EndPointStatusException(String message)
Constructor for EndPointStatusException.
|
EndPointStatusException(String message,
Throwable t)
Constructor for EndPointStatusException.
|
EndPointStatusException(Throwable t)
Constructor for EndPointStatusException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public EndPointStatusException()
Constructor for EndPointStatusException.
public EndPointStatusException(String message)
Constructor for EndPointStatusException.
message
- a String
object.public EndPointStatusException(Throwable t)
Constructor for EndPointStatusException.
t
- a Throwable
object.Copyright © 2015. All rights reserved.