org.springframework.ws.mime
Class AttachmentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.ws.WebServiceException
org.springframework.ws.WebServiceMessageException
org.springframework.ws.mime.AttachmentException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- AxiomAttachmentException, SaajAttachmentException
public class AttachmentException
- extends WebServiceMessageException
Exception thrown when a MIME attachment could not be accessed.
- Since:
- 1.0.0
- Author:
- Arjen Poutsma
- See Also:
Attachment
,
Serialized Form
AttachmentException
public AttachmentException(String msg)
AttachmentException
public AttachmentException(String msg,
Throwable ex)
AttachmentException
public AttachmentException(Throwable ex)
Copyright © 2005-2013 The Spring Web Services Framework. All Rights Reserved.