public class GrouperWsException extends RuntimeException
Constructor and Description |
---|
GrouperWsException() |
GrouperWsException(String message) |
GrouperWsException(String message,
Throwable cause) |
GrouperWsException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
GrouperWsException(Throwable cause) |
Modifier and Type | Method and Description |
---|---|
GrouperWsException |
assignLogStack(boolean theLogStack)
builder method to assign if stacks should be logs
|
boolean |
isLogStack()
if should log stack
|
static void |
logError(Object object) |
static void |
logError(String message,
Exception exception) |
static void |
logWarn(Object object) |
static void |
logWarn(Object message,
Exception exception) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public GrouperWsException()
public GrouperWsException(String message)
message
- public GrouperWsException(Throwable cause)
cause
- public GrouperWsException(String message, Throwable cause)
message
- cause
- public GrouperWsException assignLogStack(boolean theLogStack)
theLogStack
- public boolean isLogStack()
public static void logWarn(Object object)
public static void logError(Object object)
Copyright © 2016 Internet2. All rights reserved.