org.milyn
Class SmooksException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.milyn.SmooksException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DataDecodeException

public class SmooksException
extends RuntimeException

Smooks Exception.

Author:
tfennelly
See Also:
Serialized Form

Constructor Summary
SmooksException(String message)
          Public constructor.
SmooksException(String message, Throwable cause)
          Public constructor.
 
Method Summary
 
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

SmooksException

public SmooksException(String message)
Public constructor.

Parameters:
message - Exception message.

SmooksException

public SmooksException(String message,
                       Throwable cause)
Public constructor.

Parameters:
message - Exception message.
cause - Exception cause chain.


Copyright © 2018. All rights reserved.