• DILIP VAISHNAV
  • NEWBIE
  • 0 Points
  • Member since 2014

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 3
    Questions
  • 0
    Replies
Hello,

I am getting the following exception. Can anybody help me out?

Subject: Developer script exception : trgMatter : trgMatter: execution of AfterUpdate caused by: System.UnexpectedException: Salesforce System Error: 1844620699-11039 (-984542339) (-984542339) Class.cache.PlatformCacheDelegateWrapper.g...

Apex script unhandled trigger exception by user/organization: 005o00000023ef4/00Do0000000ASe3r

trgMatter: execution of AfterUpdate

caused by: System.UnexpectedException: Salesforce System Error: 1844620699-11039 (-984542339) (-984542339)

Class.cache.PlatformCacheDelegateWrapper.getSessionDefault: line 16, column 1
Class.cache.Session.getDefault: line 99, column 1
Class.cache.Session.getPartitionInstance: line 108, column 1
Class.cache.Session.get: line 49, column 1
Class.CacheManager.get: line 17, column 1
Class.MatterTriggerHandler.handleAfterUpdate: line 10, column 1
Trigger.trgMatter: line 5, column 1
Hi All,
      I want to create a vf page that show all the dependent fields or objects of an apex class. Can anyone help me on this?