@ParametersAreNonnullByDefault public class AttachmentError extends Object
Constructor and Description |
---|
AttachmentError(String logMessage,
String localizedMessage,
String filename,
ErrorCollection.Reason reason) |
AttachmentError(String logMessage,
String localizedMessage,
String filename,
com.atlassian.fugue.Option<Exception> exception,
ErrorCollection.Reason reason) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
com.atlassian.fugue.Option<Exception> |
getException() |
String |
getFilename() |
String |
getLocalizedMessage() |
String |
getLogMessage() |
ErrorCollection.Reason |
getReason() |
int |
hashCode() |
String |
toString() |
public AttachmentError(String logMessage, String localizedMessage, String filename, com.atlassian.fugue.Option<Exception> exception, ErrorCollection.Reason reason)
public AttachmentError(String logMessage, String localizedMessage, String filename, ErrorCollection.Reason reason)
public String getFilename()
public String getLogMessage()
public String getLocalizedMessage()
public com.atlassian.fugue.Option<Exception> getException()
public ErrorCollection.Reason getReason()
Copyright © 2002-2015 Atlassian. All Rights Reserved.