Package com.atlassian.crowd.util
Class ExceptionUtils
java.lang.Object
com.atlassian.crowd.util.ExceptionUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
Gets the message of throwable with striping out characters which cannot be legally represented in DB.
-
Method Details
-
getMessageWithValidDbCharacters
Gets the message of throwable with striping out characters which cannot be legally represented in DB.- Parameters:
t
- the throwable to get a message for- Returns:
- the message
-