View Javadoc

1   package com.atlassian.asap.core.exception;
2   
3   /**
4    * Thrown if a problem was encountered while signing a token.
5    */
6   public class SigningException extends RuntimeException {
7   }