Spring Web Services Framework

org.springframework.ws.transport.mail
Class MailTransportException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.springframework.ws.transport.TransportException
                  extended by org.springframework.ws.transport.mail.MailTransportException
All Implemented Interfaces:
Serializable

public class MailTransportException
extends TransportException

Exception that is thrown when an error occurs in the Mail transport.

Since:
1.5.0
Author:
Arjen Poutsma
See Also:
Serialized Form

Constructor Summary
MailTransportException(MessagingException ex)
           
MailTransportException(String msg, MessagingException ex)
           
 
Method Summary
 MessagingException getMessagingException()
           
 
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
 

Constructor Detail

MailTransportException

public MailTransportException(String msg,
                              MessagingException ex)

MailTransportException

public MailTransportException(MessagingException ex)
Method Detail

getMessagingException

public MessagingException getMessagingException()

Spring Web Services Framework

Copyright © 2005-2013 The Spring Web Services Framework. All Rights Reserved.