public class

NetSuiteGenericException

extends RuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ org.mule.module.netsuite.api.NetSuiteGenericException

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class java.lang.RuntimeException
From class java.lang.Exception
From class java.lang.Throwable
[Expand]
Inherited Fields
From class java.lang.Throwable
Public Constructors
NetSuiteGenericException(Throwable cause)
NetSuiteGenericException(String message)
Public Methods
static RuntimeException soften(Throwable e)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: -7402816091328386196 (0x9943e9fc9ad36b6c)

Public Constructors

public NetSuiteGenericException (Throwable cause)

Parameters
cause

public NetSuiteGenericException (String message)

Parameters
message

Public Methods

public static RuntimeException soften (Throwable e)

Parameters
e