KIE :: Execution Server :: API 6.2.0.Final

org.kie.server.api.marshalling
Class MarshallingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.kie.server.api.marshalling.MarshallingException
All Implemented Interfaces:
Serializable

public class MarshallingException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
MarshallingException(String msg)
           
MarshallingException(String msg, Throwable cause)
           
 
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

MarshallingException

public MarshallingException(String msg,
                            Throwable cause)

MarshallingException

public MarshallingException(String msg)

KIE :: Execution Server :: API 6.2.0.Final

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.