public class

FileTranscodingException

extends ServiceException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.atlassian.bitbucket.ServiceException
           ↳ com.atlassian.bitbucket.content.FileTranscodingException

Class Overview

Thrown to indicate that the input content could not be transcoded to the existing file's encoding.

Summary

Public Constructors
FileTranscodingException(KeyedMessage message, Throwable cause)
[Expand]
Inherited Methods
From class com.atlassian.bitbucket.ServiceException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public FileTranscodingException (KeyedMessage message, Throwable cause)