Class ExceptionUtils

java.lang.Object
com.atlassian.crowd.util.ExceptionUtils

public final class ExceptionUtils extends Object
  • Method Details

    • getMessageWithValidDbCharacters

      @Nonnull public static String getMessageWithValidDbCharacters(@Nullable Throwable t)
      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