Class PersistMessagesException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- jetbrains.buildServer.serverSide.buildLog.PersistMessagesException
-
- All Implemented Interfaces:
Serializable
public class PersistMessagesException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PersistMessagesException(IOException cause, Set<LogMessageInfo> persistedMessages)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IOException
getCause()
Set<LogMessageInfo>
getPersistedMessages()
Returns successfully persisted messages.-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
PersistMessagesException
public PersistMessagesException(@NotNull IOException cause, @NotNull Set<LogMessageInfo> persistedMessages)
-
-
Method Detail
-
getPersistedMessages
@NotNull public Set<LogMessageInfo> getPersistedMessages()
Returns successfully persisted messages.
-
getCause
public IOException getCause()
-
-