com.atlassian.bamboo.plugins.rest.common.exception
Class WebApplicationErrorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.bamboo.plugins.rest.common.exception.WebApplicationErrorException
- All Implemented Interfaces:
- java.io.Serializable
public class WebApplicationErrorException
- extends java.lang.RuntimeException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
WebApplicationErrorException
public WebApplicationErrorException(RestErrorCollection errorCollection)
WebApplicationErrorException
public WebApplicationErrorException(ErrorCollection errorCollection)
WebApplicationErrorException
public WebApplicationErrorException(RestErrorCollection errorCollection,
javax.ws.rs.core.MediaType mediaType)
WebApplicationErrorException
public WebApplicationErrorException(ErrorCollection errorCollection,
javax.ws.rs.core.MediaType mediaType)
getErrorCollection
public RestErrorCollection getErrorCollection()
getMediaType
public javax.ws.rs.core.MediaType getMediaType()
Copyright © 2012 Atlassian. All Rights Reserved.